Shades of Kobi #CE87AB
Tints of Kobi #CE87AB
RGB
CMYK
RGB Variations
Color information
#CE87AB (or 0xCE87AB) is known color: Kobi. HEX triplet: CE, 87 and AB. RGB value is (206,135,171). Sum of RGB (Red+Green+Blue) = 206+135+171=512 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.23% from 512); Green value is 135 (53.12% from 255 or 26.37% from 512); Blue value is 171 (67.19% from 255 or 33.40% from 512); Max value from RGB is 206 - color contains mainly: red. Hex color #CE87AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE87AB is #317854. Grayscale: #A0A0A0. Windows color (decimal): -3242069 or 11241422. OLE color: 11241422.
HSL color Cylindrical-coordinate representation of color #CE87AB: hue angle of 329.58º 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 #CE87AB is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 135 | 171 | - |
| CMYK | 0 | 0.34 | 0.17 | 0.19 |
| HSL | 329.58º | 0.42% | 0.67% | - |
| HSV(B) | 329.58º | 0.34% | 0.81% | - |
| XYZ | 41.47 | 33.39 | 42.79 | - |
| YUV | 160.33 | 134.02 | 160.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 135 | 171 | 0 | 0.34 | 0.17 | 0.19 | 329.58 | 0.42 | 0.67 |
| Hex | CE | 87 | AB | 0 | 22 | 11 | 13 | 14A | 2A | 43 |
| Octal | 316 | 207 | 253 | 0 | 42 | 21 | 23 | 512 | 52 | 103 |
| Binary | 11001110 | 10000111 | 10101011 | 0 | 100010 | 10001 | 10011 | 101001010 | 101010 | 1000011 |
Color Harmonies of #CE87AB
Complementary color
Monochromatic Colors of #CE87AB
Black with #CE87AB
Text Example
Text Example
White with #CE87AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE87AB; }
p { color: rgb(206,135,171); }
H1.HeaderClassName
{
color: #CE87AB;
}
.AnyTagClassName
{
color: #CE87AB;
}
</style>
background-color css
<style>
a { background-color: #CE87AB; }
a { background-color: rgb(206,135,171); }
div.DivClassName
{
background-color: #CE87AB;
}
.BgClassName
{
background-color: #CE87AB;
}
</style>
border-color css
<style>
span { border-color: #CE87AB; }
span { border-color: rgb(206,135,171); }
td.TdClassName
{
border-color: #CE87AB;
}
.TagClassName
{
border-color: #CE87AB;
}
</style>