Shades of Eunry #CB9D9C
Tints of Eunry #CB9D9C
RGB
CMYK
RGB Variations
Color information
#CB9D9C (or 0xCB9D9C) is known color: Eunry. HEX triplet: CB, 9D and 9C. RGB value is (203,157,156). Sum of RGB (Red+Green+Blue) = 203+157+156=516 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.34% from 516); Green value is 157 (61.72% from 255 or 30.43% from 516); Blue value is 156 (61.33% from 255 or 30.23% from 516); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9D9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9D9C is #346263. Grayscale: #AAAAAA. Windows color (decimal): -3433060 or 10264011. OLE color: 10264011.
HSL color Cylindrical-coordinate representation of color #CB9D9C: hue angle of 1.28º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CB9D9C is Cyan = 0, Magento = 0.23, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 157 | 156 | - |
| CMYK | 0 | 0.23 | 0.23 | 0.20 |
| HSL | 1.28º | 0.31% | 0.7% | - |
| HSV(B) | 1.28º | 0.23% | 0.8% | - |
| XYZ | 42.69 | 39.21 | 36.77 | - |
| YUV | 170.64 | 119.74 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 157 | 156 | 0 | 0.23 | 0.23 | 0.20 | 1.28 | 0.31 | 0.7 |
| Hex | CB | 9D | 9C | 0 | 17 | 17 | 14 | 1 | 1F | 46 |
| Octal | 313 | 235 | 234 | 0 | 27 | 27 | 24 | 1 | 37 | 106 |
| Binary | 11001011 | 10011101 | 10011100 | 0 | 10111 | 10111 | 10100 | 1 | 11111 | 1000110 |
Color Harmonies of #CB9D9C
Complementary color
Monochromatic Colors of #CB9D9C
Black with #CB9D9C
Text Example
Text Example
White with #CB9D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9D9C; }
p { color: rgb(203,157,156); }
H1.HeaderClassName
{
color: #CB9D9C;
}
.AnyTagClassName
{
color: #CB9D9C;
}
</style>
background-color css
<style>
a { background-color: #CB9D9C; }
a { background-color: rgb(203,157,156); }
div.DivClassName
{
background-color: #CB9D9C;
}
.BgClassName
{
background-color: #CB9D9C;
}
</style>
border-color css
<style>
span { border-color: #CB9D9C; }
span { border-color: rgb(203,157,156); }
td.TdClassName
{
border-color: #CB9D9C;
}
.TagClassName
{
border-color: #CB9D9C;
}
</style>