Color spaces of #c3965d
RGB | 195 | 150 | 93 |
---|---|---|---|
HSL | 0.09 | 0.46 | 0.56 |
HSV | 34° | 52° | 76° |
CMYK | 0.00 | 0.23 | 0.52 0.24 |
XYZ | 35.3878 | 34.2051 | 15.0930 |
Yxy | 34.2051 | 0.4179 | 0.4039 |
Hunter Lab | 58.4851 | 5.6566 | 25.6389 |
CIE-Lab | 65.1250 | 10.0242 | 36.3641 |
#c3965d color RGB value is (195,150,93).
#c3965d hex color red value is 195, green value is 150 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #c3965d hue: 0.09 , saturation: 0.46 and the lightness value of c3965d is 0.56.
The process color (four color CMYK) of #c3965d color hex is 0.00, 0.23, 0.52, 0.24. Web safe color of #c3965d is #cc9966. Color #c3965d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000011 | 10010110 | 01011101 |
Octal | 303 | 226 | 135 |
Decimal | 195 | 150 | 93 |
Hex | C3 | 96 | 5D |
Shades of #c3965d
Tints of #c3965d
RGB Percentages of Color #c3965d
CMYK Percentages of Color #c3965d
Complementary Color
#c3965d | #5d8ac3 |
#c3965d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c3965d Color Preview on White Background
Lorem ipsum dolor sit amet.
#c3965d Color CSS Codes
.mybgcolor {background-color:#c3965d; } .myforecolor {color:#c3965d; } .mybordercolor {border:3px solid #c3965d; }
#c3965d Text Font Color
<p style="color:#c3965d">Text here</p>
This sample text font color is #c3965d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#c3965d Background Color
<div style="background-color:#c3965d">
Div content here</div>
This div background color is #c3965d
#c3965d Border Color
<div style="border:3px solid #c3965d">
Div here</div>
This div border color is #c3965d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(195,150,93, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c3965d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c3965d; -webkit-box-shadow: 1px 1px 3px 2px #c3965d; box-shadow: 1px 1px 3px 2px #c3965d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(195,150,93, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c3965d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c3965d; -webkit-box-shadow: 1px 1px 3px 2px #c3965d; box-shadow: 1px 1px 3px 2px #c3965d;">
Div content here</div>
This div box has shadow with color #c3965d
Comments
No comments written yet.
Please login to write comment.