Color spaces of #c98274
RGB | 201 | 130 | 116 |
---|---|---|---|
HSL | 0.03 | 0.44 | 0.62 |
HSV | 10° | 42° | 79° |
CMYK | 0.00 | 0.35 | 0.42 0.21 |
XYZ | 35.2224 | 29.6437 | 20.3884 |
Yxy | 29.6437 | 0.4131 | 0.3477 |
Hunter Lab | 54.4460 | 20.1952 | 15.9099 |
CIE-Lab | 61.3456 | 25.7537 | 18.9338 |
#c98274 color RGB value is (201,130,116).
#c98274 hex color red value is 201, green value is 130 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #c98274 hue: 0.03 , saturation: 0.44 and the lightness value of c98274 is 0.62.
The process color (four color CMYK) of #c98274 color hex is 0.00, 0.35, 0.42, 0.21. Web safe color of #c98274 is #cc9966. Color #c98274 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001001 | 10000010 | 01110100 |
Octal | 311 | 202 | 164 |
Decimal | 201 | 130 | 116 |
Hex | C9 | 82 | 74 |
Shades of #c98274
Tints of #c98274
RGB Percentages of Color #c98274
CMYK Percentages of Color #c98274
Complementary Color
#c98274 | #74bbc9 |
#c98274 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c98274 Color Preview on White Background
Lorem ipsum dolor sit amet.
#c98274 Color CSS Codes
.mybgcolor {background-color:#c98274; } .myforecolor {color:#c98274; } .mybordercolor {border:3px solid #c98274; }
#c98274 Text Font Color
<p style="color:#c98274">Text here</p>
This sample text font color is #c98274
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.
#c98274 Background Color
<div style="background-color:#c98274">
Div content here</div>
This div background color is #c98274
#c98274 Border Color
<div style="border:3px solid #c98274">
Div here</div>
This div border color is #c98274
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(201,130,116, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c98274; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c98274; -webkit-box-shadow: 1px 1px 3px 2px #c98274; box-shadow: 1px 1px 3px 2px #c98274; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(201,130,116, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c98274">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c98274; -webkit-box-shadow: 1px 1px 3px 2px #c98274; box-shadow: 1px 1px 3px 2px #c98274;">
Div content here</div>
This div box has shadow with color #c98274
Comments
No comments written yet.
Please login to write comment.