Shades of Kobi #CE90AA
Tints of Kobi #CE90AA
RGB
CMYK
RGB Variations
Color information
#CE90AA (or 0xCE90AA) is known color: Kobi. HEX triplet: CE, 90 and AA. RGB value is (206,144,170). Sum of RGB (Red+Green+Blue) = 206+144+170=520 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.62% from 520); Green value is 144 (56.64% from 255 or 27.69% from 520); Blue value is 170 (66.80% from 255 or 32.69% from 520); Max value from RGB is 206 - color contains mainly: red. Hex color #CE90AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE90AA is #316F55. Grayscale: #A5A5A5. Windows color (decimal): -3239766 or 11178190. OLE color: 11178190.
HSL color Cylindrical-coordinate representation of color #CE90AA: hue angle of 334.84º 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 #CE90AA is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 144 | 170 | - |
| CMYK | 0 | 0.30 | 0.17 | 0.19 |
| HSL | 334.84º | 0.39% | 0.69% | - |
| HSV(B) | 334.84º | 0.3% | 0.81% | - |
| XYZ | 42.68 | 35.97 | 42.72 | - |
| YUV | 165.5 | 130.54 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 144 | 170 | 0 | 0.30 | 0.17 | 0.19 | 334.84 | 0.39 | 0.69 |
| Hex | CE | 90 | AA | 0 | 1E | 11 | 13 | 14F | 27 | 45 |
| Octal | 316 | 220 | 252 | 0 | 36 | 21 | 23 | 517 | 47 | 105 |
| Binary | 11001110 | 10010000 | 10101010 | 0 | 11110 | 10001 | 10011 | 101001111 | 100111 | 1000101 |
Color Harmonies of #CE90AA
Complementary color
Monochromatic Colors of #CE90AA
Black with #CE90AA
Text Example
Text Example
White with #CE90AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE90AA; }
p { color: rgb(206,144,170); }
H1.HeaderClassName
{
color: #CE90AA;
}
.AnyTagClassName
{
color: #CE90AA;
}
</style>
background-color css
<style>
a { background-color: #CE90AA; }
a { background-color: rgb(206,144,170); }
div.DivClassName
{
background-color: #CE90AA;
}
.BgClassName
{
background-color: #CE90AA;
}
</style>
border-color css
<style>
span { border-color: #CE90AA; }
span { border-color: rgb(206,144,170); }
td.TdClassName
{
border-color: #CE90AA;
}
.TagClassName
{
border-color: #CE90AA;
}
</style>