Shades of Eunry #CCAD9E
Tints of Eunry #CCAD9E
RGB
CMYK
RGB Variations
Color information
#CCAD9E (or 0xCCAD9E) is known color: Eunry. HEX triplet: CC, AD and 9E. RGB value is (204,173,158). Sum of RGB (Red+Green+Blue) = 204+173+158=535 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.13% from 535); Green value is 173 (67.97% from 255 or 32.34% from 535); Blue value is 158 (62.11% from 255 or 29.53% from 535); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAD9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAD9E is #335261. Grayscale: #B4B4B4. Windows color (decimal): -3363426 or 10399180. OLE color: 10399180.
HSL color Cylindrical-coordinate representation of color #CCAD9E: hue angle of 19.57º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CCAD9E is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 173 | 158 | - |
CMYK | 0 | 0.15 | 0.23 | 0.2 |
HSL | 19.57º | 0.31% | 0.71% | - |
HSV(B) | 19.57º | 0.23% | 0.8% | - |
XYZ | 46.02 | 45.19 | 38.65 | - |
YUV | 180.56 | 115.27 | 144.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 173 | 158 | 0 | 0.15 | 0.23 | 0.2 | 19.57 | 0.31 | 0.71 |
Hex | CC | AD | 9E | 0 | F | 17 | 14 | 14 | 1F | 47 |
Octal | 314 | 255 | 236 | 0 | 17 | 27 | 24 | 24 | 37 | 107 |
Binary | 11001100 | 10101101 | 10011110 | 0 | 1111 | 10111 | 10100 | 10100 | 11111 | 1000111 |
Color Harmonies of #CCAD9E
Complementary color
Monochromatic Colors of #CCAD9E
Black with #CCAD9E
Text Example
Text Example
White with #CCAD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAD9E; }
p { color: rgb(204,173,158); }
H1.HeaderClassName
{
color: #CCAD9E;
}
.AnyTagClassName
{
color: #CCAD9E;
}
</style>
background-color css
<style>
a { background-color: #CCAD9E; }
a { background-color: rgb(204,173,158); }
div.DivClassName
{
background-color: #CCAD9E;
}
.BgClassName
{
background-color: #CCAD9E;
}
</style>
border-color css
<style>
span { border-color: #CCAD9E; }
span { border-color: rgb(204,173,158); }
td.TdClassName
{
border-color: #CCAD9E;
}
.TagClassName
{
border-color: #CCAD9E;
}
</style>