Shades of Kobi #CE88AC
Tints of Kobi #CE88AC
RGB
CMYK
RGB Variations
Color information
#CE88AC (or 0xCE88AC) is known color: Kobi. HEX triplet: CE, 88 and AC. RGB value is (206,136,172). Sum of RGB (Red+Green+Blue) = 206+136+172=514 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40.08% from 514); Green value is 136 (53.52% from 255 or 26.46% from 514); Blue value is 172 (67.58% from 255 or 33.46% from 514); Max value from RGB is 206 - color contains mainly: red. Hex color #CE88AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE88AC is #317753. Grayscale: #A0A0A0. Windows color (decimal): -3241812 or 11307214. OLE color: 11307214.
HSL color Cylindrical-coordinate representation of color #CE88AC: hue angle of 329.14º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CE88AC is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 136 | 172 | - |
| CMYK | 0 | 0.34 | 0.17 | 0.19 |
| HSL | 329.14º | 0.42% | 0.67% | - |
| HSV(B) | 329.14º | 0.34% | 0.81% | - |
| XYZ | 41.7 | 33.71 | 43.34 | - |
| YUV | 161.03 | 134.19 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 136 | 172 | 0 | 0.34 | 0.17 | 0.19 | 329.14 | 0.42 | 0.67 |
| Hex | CE | 88 | AC | 0 | 22 | 11 | 13 | 149 | 2A | 43 |
| Octal | 316 | 210 | 254 | 0 | 42 | 21 | 23 | 511 | 52 | 103 |
| Binary | 11001110 | 10001000 | 10101100 | 0 | 100010 | 10001 | 10011 | 101001001 | 101010 | 1000011 |
Color Harmonies of #CE88AC
Complementary color
Monochromatic Colors of #CE88AC
Black with #CE88AC
Text Example
Text Example
White with #CE88AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE88AC; }
p { color: rgb(206,136,172); }
H1.HeaderClassName
{
color: #CE88AC;
}
.AnyTagClassName
{
color: #CE88AC;
}
</style>
background-color css
<style>
a { background-color: #CE88AC; }
a { background-color: rgb(206,136,172); }
div.DivClassName
{
background-color: #CE88AC;
}
.BgClassName
{
background-color: #CE88AC;
}
</style>
border-color css
<style>
span { border-color: #CE88AC; }
span { border-color: rgb(206,136,172); }
td.TdClassName
{
border-color: #CE88AC;
}
.TagClassName
{
border-color: #CE88AC;
}
</style>