Shades of Kobi #CE98AB
Tints of Kobi #CE98AB
RGB
CMYK
RGB Variations
Color information
#CE98AB (or 0xCE98AB) is known color: Kobi. HEX triplet: CE, 98 and AB. RGB value is (206,152,171). Sum of RGB (Red+Green+Blue) = 206+152+171=529 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.94% from 529); Green value is 152 (59.77% from 255 or 28.73% from 529); Blue value is 171 (67.19% from 255 or 32.33% from 529); Max value from RGB is 206 - color contains mainly: red. Hex color #CE98AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE98AB is #316754. Grayscale: #AAAAAA. Windows color (decimal): -3237717 or 11245774. OLE color: 11245774.
HSL color Cylindrical-coordinate representation of color #CE98AB: hue angle of 338.89º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CE98AB is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 152 | 171 | - |
| CMYK | 0 | 0.26 | 0.17 | 0.19 |
| HSL | 338.89º | 0.36% | 0.7% | - |
| HSV(B) | 338.89º | 0.26% | 0.81% | - |
| XYZ | 44.03 | 38.52 | 43.64 | - |
| YUV | 170.31 | 128.39 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 152 | 171 | 0 | 0.26 | 0.17 | 0.19 | 338.89 | 0.36 | 0.7 |
| Hex | CE | 98 | AB | 0 | 1A | 11 | 13 | 153 | 24 | 46 |
| Octal | 316 | 230 | 253 | 0 | 32 | 21 | 23 | 523 | 44 | 106 |
| Binary | 11001110 | 10011000 | 10101011 | 0 | 11010 | 10001 | 10011 | 101010011 | 100100 | 1000110 |
Color Harmonies of #CE98AB
Complementary color
Monochromatic Colors of #CE98AB
Black with #CE98AB
Text Example
Text Example
White with #CE98AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE98AB; }
p { color: rgb(206,152,171); }
H1.HeaderClassName
{
color: #CE98AB;
}
.AnyTagClassName
{
color: #CE98AB;
}
</style>
background-color css
<style>
a { background-color: #CE98AB; }
a { background-color: rgb(206,152,171); }
div.DivClassName
{
background-color: #CE98AB;
}
.BgClassName
{
background-color: #CE98AB;
}
</style>
border-color css
<style>
span { border-color: #CE98AB; }
span { border-color: rgb(206,152,171); }
td.TdClassName
{
border-color: #CE98AB;
}
.TagClassName
{
border-color: #CE98AB;
}
</style>