Shades of Eunry #CCAB9D
Tints of Eunry #CCAB9D
RGB
CMYK
RGB Variations
Color information
#CCAB9D (or 0xCCAB9D) is known color: Eunry. HEX triplet: CC, AB and 9D. RGB value is (204,171,157). Sum of RGB (Red+Green+Blue) = 204+171+157=532 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.35% from 532); Green value is 171 (67.19% from 255 or 32.14% from 532); Blue value is 157 (61.72% from 255 or 29.51% from 532); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAB9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAB9D is #335462. Grayscale: #B3B3B3. Windows color (decimal): -3363939 or 10333132. OLE color: 10333132.
HSL color Cylindrical-coordinate representation of color #CCAB9D: hue angle of 17.87º degrees, saturation: 0.32, 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 #CCAB9D is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 171 | 157 | - |
| CMYK | 0 | 0.16 | 0.23 | 0.2 |
| HSL | 17.87º | 0.32% | 0.71% | - |
| HSV(B) | 17.87º | 0.23% | 0.8% | - |
| XYZ | 45.55 | 44.4 | 38.07 | - |
| YUV | 179.27 | 115.43 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 171 | 157 | 0 | 0.16 | 0.23 | 0.2 | 17.87 | 0.32 | 0.71 |
| Hex | CC | AB | 9D | 0 | 10 | 17 | 14 | 12 | 20 | 47 |
| Octal | 314 | 253 | 235 | 0 | 20 | 27 | 24 | 22 | 40 | 107 |
| Binary | 11001100 | 10101011 | 10011101 | 0 | 10000 | 10111 | 10100 | 10010 | 100000 | 1000111 |
Color Harmonies of #CCAB9D
Complementary color
Monochromatic Colors of #CCAB9D
Black with #CCAB9D
Text Example
Text Example
White with #CCAB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAB9D; }
p { color: rgb(204,171,157); }
H1.HeaderClassName
{
color: #CCAB9D;
}
.AnyTagClassName
{
color: #CCAB9D;
}
</style>
background-color css
<style>
a { background-color: #CCAB9D; }
a { background-color: rgb(204,171,157); }
div.DivClassName
{
background-color: #CCAB9D;
}
.BgClassName
{
background-color: #CCAB9D;
}
</style>
border-color css
<style>
span { border-color: #CCAB9D; }
span { border-color: rgb(204,171,157); }
td.TdClassName
{
border-color: #CCAB9D;
}
.TagClassName
{
border-color: #CCAB9D;
}
</style>