Shades of Kobi #CEA0AF
Tints of Kobi #CEA0AF
RGB
CMYK
RGB Variations
Color information
#CEA0AF (or 0xCEA0AF) is known color: Kobi. HEX triplet: CE, A0 and AF. RGB value is (206,160,175). Sum of RGB (Red+Green+Blue) = 206+160+175=541 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.08% from 541); Green value is 160 (62.89% from 255 or 29.57% from 541); Blue value is 175 (68.75% from 255 or 32.35% from 541); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA0AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA0AF is #315F50. Grayscale: #AFAFAF. Windows color (decimal): -3235665 or 11509966. OLE color: 11509966.
HSL color Cylindrical-coordinate representation of color #CEA0AF: hue angle of 340.43º 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 #CEA0AF is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 160 | 175 | - |
| CMYK | 0 | 0.22 | 0.15 | 0.19 |
| HSL | 340.43º | 0.32% | 0.72% | - |
| HSV(B) | 340.43º | 0.22% | 0.81% | - |
| XYZ | 45.76 | 41.36 | 46.13 | - |
| YUV | 175.46 | 127.74 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 160 | 175 | 0 | 0.22 | 0.15 | 0.19 | 340.43 | 0.32 | 0.72 |
| Hex | CE | A0 | AF | 0 | 16 | F | 13 | 154 | 20 | 48 |
| Octal | 316 | 240 | 257 | 0 | 26 | 17 | 23 | 524 | 40 | 110 |
| Binary | 11001110 | 10100000 | 10101111 | 0 | 10110 | 1111 | 10011 | 101010100 | 100000 | 1001000 |
Color Harmonies of #CEA0AF
Complementary color
Monochromatic Colors of #CEA0AF
Black with #CEA0AF
Text Example
Text Example
White with #CEA0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA0AF; }
p { color: rgb(206,160,175); }
H1.HeaderClassName
{
color: #CEA0AF;
}
.AnyTagClassName
{
color: #CEA0AF;
}
</style>
background-color css
<style>
a { background-color: #CEA0AF; }
a { background-color: rgb(206,160,175); }
div.DivClassName
{
background-color: #CEA0AF;
}
.BgClassName
{
background-color: #CEA0AF;
}
</style>
border-color css
<style>
span { border-color: #CEA0AF; }
span { border-color: rgb(206,160,175); }
td.TdClassName
{
border-color: #CEA0AF;
}
.TagClassName
{
border-color: #CEA0AF;
}
</style>