Shades of Kobi #CEA1AF
Tints of Kobi #CEA1AF
RGB
CMYK
RGB Variations
Color information
#CEA1AF (or 0xCEA1AF) is known color: Kobi. HEX triplet: CE, A1 and AF. RGB value is (206,161,175). Sum of RGB (Red+Green+Blue) = 206+161+175=542 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.01% from 542); Green value is 161 (63.28% from 255 or 29.70% from 542); Blue value is 175 (68.75% from 255 or 32.29% from 542); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA1AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA1AF is #315E50. Grayscale: #B0B0B0. Windows color (decimal): -3235409 or 11510222. OLE color: 11510222.
HSL color Cylindrical-coordinate representation of color #CEA1AF: hue angle of 341.33º degrees, saturation: 0.31, 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 #CEA1AF is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 161 | 175 | - |
| CMYK | 0 | 0.22 | 0.15 | 0.19 |
| HSL | 341.33º | 0.31% | 0.72% | - |
| HSV(B) | 341.33º | 0.22% | 0.81% | - |
| XYZ | 45.94 | 41.71 | 46.19 | - |
| YUV | 176.05 | 127.41 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 161 | 175 | 0 | 0.22 | 0.15 | 0.19 | 341.33 | 0.31 | 0.72 |
| Hex | CE | A1 | AF | 0 | 16 | F | 13 | 155 | 1F | 48 |
| Octal | 316 | 241 | 257 | 0 | 26 | 17 | 23 | 525 | 37 | 110 |
| Binary | 11001110 | 10100001 | 10101111 | 0 | 10110 | 1111 | 10011 | 101010101 | 11111 | 1001000 |
Color Harmonies of #CEA1AF
Complementary color
Monochromatic Colors of #CEA1AF
Black with #CEA1AF
Text Example
Text Example
White with #CEA1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA1AF; }
p { color: rgb(206,161,175); }
H1.HeaderClassName
{
color: #CEA1AF;
}
.AnyTagClassName
{
color: #CEA1AF;
}
</style>
background-color css
<style>
a { background-color: #CEA1AF; }
a { background-color: rgb(206,161,175); }
div.DivClassName
{
background-color: #CEA1AF;
}
.BgClassName
{
background-color: #CEA1AF;
}
</style>
border-color css
<style>
span { border-color: #CEA1AF; }
span { border-color: rgb(206,161,175); }
td.TdClassName
{
border-color: #CEA1AF;
}
.TagClassName
{
border-color: #CEA1AF;
}
</style>