Shades of Eunry #CB9A98
Tints of Eunry #CB9A98
RGB
CMYK
RGB Variations
Color information
#CB9A98 (or 0xCB9A98) is known color: Eunry. HEX triplet: CB, 9A and 98. RGB value is (203,154,152). Sum of RGB (Red+Green+Blue) = 203+154+152=509 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.88% from 509); Green value is 154 (60.55% from 255 or 30.26% from 509); Blue value is 152 (59.77% from 255 or 29.86% from 509); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9A98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9A98 is #346567. Grayscale: #A8A8A8. Windows color (decimal): -3433832 or 10001099. OLE color: 10001099.
HSL color Cylindrical-coordinate representation of color #CB9A98: hue angle of 2.35º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CB9A98 is Cyan = 0, Magento = 0.24, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 154 | 152 | - |
| CMYK | 0 | 0.24 | 0.25 | 0.20 |
| HSL | 2.35º | 0.33% | 0.7% | - |
| HSV(B) | 2.35º | 0.25% | 0.8% | - |
| XYZ | 41.85 | 38.07 | 34.85 | - |
| YUV | 168.42 | 118.73 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 154 | 152 | 0 | 0.24 | 0.25 | 0.20 | 2.35 | 0.33 | 0.7 |
| Hex | CB | 9A | 98 | 0 | 18 | 19 | 14 | 2 | 21 | 46 |
| Octal | 313 | 232 | 230 | 0 | 30 | 31 | 24 | 2 | 41 | 106 |
| Binary | 11001011 | 10011010 | 10011000 | 0 | 11000 | 11001 | 10100 | 10 | 100001 | 1000110 |
Color Harmonies of #CB9A98
Complementary color
Monochromatic Colors of #CB9A98
Black with #CB9A98
Text Example
Text Example
White with #CB9A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9A98; }
p { color: rgb(203,154,152); }
H1.HeaderClassName
{
color: #CB9A98;
}
.AnyTagClassName
{
color: #CB9A98;
}
</style>
background-color css
<style>
a { background-color: #CB9A98; }
a { background-color: rgb(203,154,152); }
div.DivClassName
{
background-color: #CB9A98;
}
.BgClassName
{
background-color: #CB9A98;
}
</style>
border-color css
<style>
span { border-color: #CB9A98; }
span { border-color: rgb(203,154,152); }
td.TdClassName
{
border-color: #CB9A98;
}
.TagClassName
{
border-color: #CB9A98;
}
</style>