Shades of Kobi #CE90AD
Tints of Kobi #CE90AD
RGB
CMYK
RGB Variations
Color information
#CE90AD (or 0xCE90AD) is known color: Kobi. HEX triplet: CE, 90 and AD. RGB value is (206,144,173). Sum of RGB (Red+Green+Blue) = 206+144+173=523 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.39% from 523); Green value is 144 (56.64% from 255 or 27.53% from 523); Blue value is 173 (67.97% from 255 or 33.08% from 523); Max value from RGB is 206 - color contains mainly: red. Hex color #CE90AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE90AD is #316F52. Grayscale: #A5A5A5. Windows color (decimal): -3239763 or 11374798. OLE color: 11374798.
HSL color Cylindrical-coordinate representation of color #CE90AD: hue angle of 331.94º 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 #CE90AD is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 144 | 173 | - |
| CMYK | 0 | 0.30 | 0.16 | 0.19 |
| HSL | 331.94º | 0.39% | 0.69% | - |
| HSV(B) | 331.94º | 0.3% | 0.81% | - |
| XYZ | 42.97 | 36.09 | 44.24 | - |
| YUV | 165.84 | 132.04 | 156.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 144 | 173 | 0 | 0.30 | 0.16 | 0.19 | 331.94 | 0.39 | 0.69 |
| Hex | CE | 90 | AD | 0 | 1E | 10 | 13 | 14C | 27 | 45 |
| Octal | 316 | 220 | 255 | 0 | 36 | 20 | 23 | 514 | 47 | 105 |
| Binary | 11001110 | 10010000 | 10101101 | 0 | 11110 | 10000 | 10011 | 101001100 | 100111 | 1000101 |
Color Harmonies of #CE90AD
Complementary color
Monochromatic Colors of #CE90AD
Black with #CE90AD
Text Example
Text Example
White with #CE90AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE90AD; }
p { color: rgb(206,144,173); }
H1.HeaderClassName
{
color: #CE90AD;
}
.AnyTagClassName
{
color: #CE90AD;
}
</style>
background-color css
<style>
a { background-color: #CE90AD; }
a { background-color: rgb(206,144,173); }
div.DivClassName
{
background-color: #CE90AD;
}
.BgClassName
{
background-color: #CE90AD;
}
</style>
border-color css
<style>
span { border-color: #CE90AD; }
span { border-color: rgb(206,144,173); }
td.TdClassName
{
border-color: #CE90AD;
}
.TagClassName
{
border-color: #CE90AD;
}
</style>