Shades of Kobi #CE8DAB
Tints of Kobi #CE8DAB
RGB
CMYK
RGB Variations
Color information
#CE8DAB (or 0xCE8DAB) is known color: Kobi. HEX triplet: CE, 8D and AB. RGB value is (206,141,171). Sum of RGB (Red+Green+Blue) = 206+141+171=518 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.77% from 518); Green value is 141 (55.47% from 255 or 27.22% from 518); Blue value is 171 (67.19% from 255 or 33.01% from 518); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8DAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8DAB is #317254. Grayscale: #A3A3A3. Windows color (decimal): -3240533 or 11242958. OLE color: 11242958.
HSL color Cylindrical-coordinate representation of color #CE8DAB: hue angle of 332.31º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CE8DAB is Cyan = 0, Magento = 0.32, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 141 | 171 | - |
| CMYK | 0 | 0.32 | 0.17 | 0.19 |
| HSL | 332.31º | 0.4% | 0.68% | - |
| HSV(B) | 332.31º | 0.32% | 0.81% | - |
| XYZ | 42.33 | 35.11 | 43.07 | - |
| YUV | 163.86 | 132.03 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 141 | 171 | 0 | 0.32 | 0.17 | 0.19 | 332.31 | 0.4 | 0.68 |
| Hex | CE | 8D | AB | 0 | 20 | 11 | 13 | 14C | 28 | 44 |
| Octal | 316 | 215 | 253 | 0 | 40 | 21 | 23 | 514 | 50 | 104 |
| Binary | 11001110 | 10001101 | 10101011 | 0 | 100000 | 10001 | 10011 | 101001100 | 101000 | 1000100 |
Color Harmonies of #CE8DAB
Complementary color
Monochromatic Colors of #CE8DAB
Black with #CE8DAB
Text Example
Text Example
White with #CE8DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8DAB; }
p { color: rgb(206,141,171); }
H1.HeaderClassName
{
color: #CE8DAB;
}
.AnyTagClassName
{
color: #CE8DAB;
}
</style>
background-color css
<style>
a { background-color: #CE8DAB; }
a { background-color: rgb(206,141,171); }
div.DivClassName
{
background-color: #CE8DAB;
}
.BgClassName
{
background-color: #CE8DAB;
}
</style>
border-color css
<style>
span { border-color: #CE8DAB; }
span { border-color: rgb(206,141,171); }
td.TdClassName
{
border-color: #CE8DAB;
}
.TagClassName
{
border-color: #CE8DAB;
}
</style>