Shades of Eunry #CB9F96
Tints of Eunry #CB9F96
RGB
CMYK
RGB Variations
Color information
#CB9F96 (or 0xCB9F96) is known color: Eunry. HEX triplet: CB, 9F and 96. RGB value is (203,159,150). Sum of RGB (Red+Green+Blue) = 203+159+150=512 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.65% from 512); Green value is 159 (62.5% from 255 or 31.05% from 512); Blue value is 150 (58.98% from 255 or 29.30% from 512); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9F96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9F96 is #346069. Grayscale: #ABABAB. Windows color (decimal): -3432554 or 9871307. OLE color: 9871307.
HSL color Cylindrical-coordinate representation of color #CB9F96: hue angle of 10.19º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CB9F96 is Cyan = 0, Magento = 0.22, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 159 | 150 | - |
| CMYK | 0 | 0.22 | 0.26 | 0.20 |
| HSL | 10.19º | 0.34% | 0.69% | - |
| HSV(B) | 10.19º | 0.26% | 0.8% | - |
| XYZ | 42.53 | 39.69 | 34.27 | - |
| YUV | 171.13 | 116.08 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 159 | 150 | 0 | 0.22 | 0.26 | 0.20 | 10.19 | 0.34 | 0.69 |
| Hex | CB | 9F | 96 | 0 | 16 | 1A | 14 | A | 22 | 45 |
| Octal | 313 | 237 | 226 | 0 | 26 | 32 | 24 | 12 | 42 | 105 |
| Binary | 11001011 | 10011111 | 10010110 | 0 | 10110 | 11010 | 10100 | 1010 | 100010 | 1000101 |
Color Harmonies of #CB9F96
Complementary color
Monochromatic Colors of #CB9F96
Black with #CB9F96
Text Example
Text Example
White with #CB9F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9F96; }
p { color: rgb(203,159,150); }
H1.HeaderClassName
{
color: #CB9F96;
}
.AnyTagClassName
{
color: #CB9F96;
}
</style>
background-color css
<style>
a { background-color: #CB9F96; }
a { background-color: rgb(203,159,150); }
div.DivClassName
{
background-color: #CB9F96;
}
.BgClassName
{
background-color: #CB9F96;
}
</style>
border-color css
<style>
span { border-color: #CB9F96; }
span { border-color: rgb(203,159,150); }
td.TdClassName
{
border-color: #CB9F96;
}
.TagClassName
{
border-color: #CB9F96;
}
</style>