Shades of Kobi #CEA0B0
Tints of Kobi #CEA0B0
RGB
CMYK
RGB Variations
Color information
#CEA0B0 (or 0xCEA0B0) is known color: Kobi. HEX triplet: CE, A0 and B0. RGB value is (206,160,176). Sum of RGB (Red+Green+Blue) = 206+160+176=542 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.01% from 542); Green value is 160 (62.89% from 255 or 29.52% from 542); Blue value is 176 (69.14% from 255 or 32.47% from 542); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA0B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA0B0 is #315F4F. Grayscale: #AFAFAF. Windows color (decimal): -3235664 or 11575502. OLE color: 11575502.
HSL color Cylindrical-coordinate representation of color #CEA0B0: hue angle of 339.13º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CEA0B0 is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 160 | 176 | - |
| CMYK | 0 | 0.22 | 0.15 | 0.19 |
| HSL | 339.13º | 0.32% | 0.72% | - |
| HSV(B) | 339.13º | 0.22% | 0.81% | - |
| XYZ | 45.86 | 41.4 | 46.65 | - |
| YUV | 175.58 | 128.24 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 160 | 176 | 0 | 0.22 | 0.15 | 0.19 | 339.13 | 0.32 | 0.72 |
| Hex | CE | A0 | B0 | 0 | 16 | F | 13 | 153 | 20 | 48 |
| Octal | 316 | 240 | 260 | 0 | 26 | 17 | 23 | 523 | 40 | 110 |
| Binary | 11001110 | 10100000 | 10110000 | 0 | 10110 | 1111 | 10011 | 101010011 | 100000 | 1001000 |
Color Harmonies of #CEA0B0
Complementary color
Monochromatic Colors of #CEA0B0
Black with #CEA0B0
Text Example
Text Example
White with #CEA0B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA0B0; }
p { color: rgb(206,160,176); }
H1.HeaderClassName
{
color: #CEA0B0;
}
.AnyTagClassName
{
color: #CEA0B0;
}
</style>
background-color css
<style>
a { background-color: #CEA0B0; }
a { background-color: rgb(206,160,176); }
div.DivClassName
{
background-color: #CEA0B0;
}
.BgClassName
{
background-color: #CEA0B0;
}
</style>
border-color css
<style>
span { border-color: #CEA0B0; }
span { border-color: rgb(206,160,176); }
td.TdClassName
{
border-color: #CEA0B0;
}
.TagClassName
{
border-color: #CEA0B0;
}
</style>