Shades of Kobi #CE99AC
Tints of Kobi #CE99AC
RGB
CMYK
RGB Variations
Color information
#CE99AC (or 0xCE99AC) is known color: Kobi. HEX triplet: CE, 99 and AC. RGB value is (206,153,172). Sum of RGB (Red+Green+Blue) = 206+153+172=531 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.79% from 531); Green value is 153 (60.16% from 255 or 28.81% from 531); Blue value is 172 (67.58% from 255 or 32.39% from 531); Max value from RGB is 206 - color contains mainly: red. Hex color #CE99AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE99AC is #316653. Grayscale: #AAAAAA. Windows color (decimal): -3237460 or 11311566. OLE color: 11311566.
HSL color Cylindrical-coordinate representation of color #CE99AC: hue angle of 338.49º degrees, saturation: 0.35, 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 #CE99AC is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 153 | 172 | - |
| CMYK | 0 | 0.26 | 0.17 | 0.19 |
| HSL | 338.49º | 0.35% | 0.7% | - |
| HSV(B) | 338.49º | 0.26% | 0.81% | - |
| XYZ | 44.29 | 38.88 | 44.2 | - |
| YUV | 171.01 | 128.56 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 153 | 172 | 0 | 0.26 | 0.17 | 0.19 | 338.49 | 0.35 | 0.7 |
| Hex | CE | 99 | AC | 0 | 1A | 11 | 13 | 152 | 23 | 46 |
| Octal | 316 | 231 | 254 | 0 | 32 | 21 | 23 | 522 | 43 | 106 |
| Binary | 11001110 | 10011001 | 10101100 | 0 | 11010 | 10001 | 10011 | 101010010 | 100011 | 1000110 |
Color Harmonies of #CE99AC
Complementary color
Monochromatic Colors of #CE99AC
Black with #CE99AC
Text Example
Text Example
White with #CE99AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE99AC; }
p { color: rgb(206,153,172); }
H1.HeaderClassName
{
color: #CE99AC;
}
.AnyTagClassName
{
color: #CE99AC;
}
</style>
background-color css
<style>
a { background-color: #CE99AC; }
a { background-color: rgb(206,153,172); }
div.DivClassName
{
background-color: #CE99AC;
}
.BgClassName
{
background-color: #CE99AC;
}
</style>
border-color css
<style>
span { border-color: #CE99AC; }
span { border-color: rgb(206,153,172); }
td.TdClassName
{
border-color: #CE99AC;
}
.TagClassName
{
border-color: #CE99AC;
}
</style>