Shades of Kobi #CE9CAC
Tints of Kobi #CE9CAC
RGB
CMYK
RGB Variations
Color information
#CE9CAC (or 0xCE9CAC) is known color: Kobi. HEX triplet: CE, 9C and AC. RGB value is (206,156,172). Sum of RGB (Red+Green+Blue) = 206+156+172=534 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.58% from 534); Green value is 156 (61.33% from 255 or 29.21% from 534); Blue value is 172 (67.58% from 255 or 32.21% from 534); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9CAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9CAC is #316353. Grayscale: #ACACAC. Windows color (decimal): -3236692 or 11312334. OLE color: 11312334.
HSL color Cylindrical-coordinate representation of color #CE9CAC: hue angle of 340.8º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CE9CAC is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 156 | 172 | - |
| CMYK | 0 | 0.24 | 0.17 | 0.19 |
| HSL | 340.8º | 0.34% | 0.71% | - |
| HSV(B) | 340.8º | 0.24% | 0.81% | - |
| XYZ | 44.79 | 39.88 | 44.37 | - |
| YUV | 172.77 | 127.57 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 156 | 172 | 0 | 0.24 | 0.17 | 0.19 | 340.8 | 0.34 | 0.71 |
| Hex | CE | 9C | AC | 0 | 18 | 11 | 13 | 155 | 22 | 47 |
| Octal | 316 | 234 | 254 | 0 | 30 | 21 | 23 | 525 | 42 | 107 |
| Binary | 11001110 | 10011100 | 10101100 | 0 | 11000 | 10001 | 10011 | 101010101 | 100010 | 1000111 |
Color Harmonies of #CE9CAC
Complementary color
Monochromatic Colors of #CE9CAC
Black with #CE9CAC
Text Example
Text Example
White with #CE9CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9CAC; }
p { color: rgb(206,156,172); }
H1.HeaderClassName
{
color: #CE9CAC;
}
.AnyTagClassName
{
color: #CE9CAC;
}
</style>
background-color css
<style>
a { background-color: #CE9CAC; }
a { background-color: rgb(206,156,172); }
div.DivClassName
{
background-color: #CE9CAC;
}
.BgClassName
{
background-color: #CE9CAC;
}
</style>
border-color css
<style>
span { border-color: #CE9CAC; }
span { border-color: rgb(206,156,172); }
td.TdClassName
{
border-color: #CE9CAC;
}
.TagClassName
{
border-color: #CE9CAC;
}
</style>