Shades of Kobi #CE90AB
Tints of Kobi #CE90AB
RGB
CMYK
RGB Variations
Color information
#CE90AB (or 0xCE90AB) is known color: Kobi. HEX triplet: CE, 90 and AB. RGB value is (206,144,171). Sum of RGB (Red+Green+Blue) = 206+144+171=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 144 (56.64% from 255 or 27.64% from 521); Blue value is 171 (67.19% from 255 or 32.82% from 521); Max value from RGB is 206 - color contains mainly: red. Hex color #CE90AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE90AB is #316F54. Grayscale: #A5A5A5. Windows color (decimal): -3239765 or 11243726. OLE color: 11243726.
HSL color Cylindrical-coordinate representation of color #CE90AB: hue angle of 333.87º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CE90AB is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 144 | 171 | - |
| CMYK | 0 | 0.30 | 0.17 | 0.19 |
| HSL | 333.87º | 0.39% | 0.69% | - |
| HSV(B) | 333.87º | 0.3% | 0.81% | - |
| XYZ | 42.78 | 36.01 | 43.22 | - |
| YUV | 165.62 | 131.04 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 144 | 171 | 0 | 0.30 | 0.17 | 0.19 | 333.87 | 0.39 | 0.69 |
| Hex | CE | 90 | AB | 0 | 1E | 11 | 13 | 14E | 27 | 45 |
| Octal | 316 | 220 | 253 | 0 | 36 | 21 | 23 | 516 | 47 | 105 |
| Binary | 11001110 | 10010000 | 10101011 | 0 | 11110 | 10001 | 10011 | 101001110 | 100111 | 1000101 |
Color Harmonies of #CE90AB
Complementary color
Monochromatic Colors of #CE90AB
Black with #CE90AB
Text Example
Text Example
White with #CE90AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE90AB; }
p { color: rgb(206,144,171); }
H1.HeaderClassName
{
color: #CE90AB;
}
.AnyTagClassName
{
color: #CE90AB;
}
</style>
background-color css
<style>
a { background-color: #CE90AB; }
a { background-color: rgb(206,144,171); }
div.DivClassName
{
background-color: #CE90AB;
}
.BgClassName
{
background-color: #CE90AB;
}
</style>
border-color css
<style>
span { border-color: #CE90AB; }
span { border-color: rgb(206,144,171); }
td.TdClassName
{
border-color: #CE90AB;
}
.TagClassName
{
border-color: #CE90AB;
}
</style>