Shades of Kobi #CF88AB
Tints of Kobi #CF88AB
RGB
CMYK
RGB Variations
Color information
#CF88AB (or 0xCF88AB) is known color: Kobi. HEX triplet: CF, 88 and AB. RGB value is (207,136,171). Sum of RGB (Red+Green+Blue) = 207+136+171=514 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.27% from 514); Green value is 136 (53.52% from 255 or 26.46% from 514); Blue value is 171 (67.19% from 255 or 33.27% from 514); Max value from RGB is 207 - color contains mainly: red. Hex color #CF88AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF88AB is #307754. Grayscale: #A1A1A1. Windows color (decimal): -3176277 or 11241679. OLE color: 11241679.
HSL color Cylindrical-coordinate representation of color #CF88AB: hue angle of 330.42º degrees, saturation: 0.43, 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 #CF88AB is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 136 | 171 | - |
| CMYK | 0 | 0.34 | 0.17 | 0.19 |
| HSL | 330.42º | 0.43% | 0.67% | - |
| HSV(B) | 330.42º | 0.34% | 0.81% | - |
| XYZ | 41.89 | 33.81 | 42.85 | - |
| YUV | 161.22 | 133.52 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 136 | 171 | 0 | 0.34 | 0.17 | 0.19 | 330.42 | 0.43 | 0.67 |
| Hex | CF | 88 | AB | 0 | 22 | 11 | 13 | 14A | 2B | 43 |
| Octal | 317 | 210 | 253 | 0 | 42 | 21 | 23 | 512 | 53 | 103 |
| Binary | 11001111 | 10001000 | 10101011 | 0 | 100010 | 10001 | 10011 | 101001010 | 101011 | 1000011 |
Color Harmonies of #CF88AB
Complementary color
Monochromatic Colors of #CF88AB
Black with #CF88AB
Text Example
Text Example
White with #CF88AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF88AB; }
p { color: rgb(207,136,171); }
H1.HeaderClassName
{
color: #CF88AB;
}
.AnyTagClassName
{
color: #CF88AB;
}
</style>
background-color css
<style>
a { background-color: #CF88AB; }
a { background-color: rgb(207,136,171); }
div.DivClassName
{
background-color: #CF88AB;
}
.BgClassName
{
background-color: #CF88AB;
}
</style>
border-color css
<style>
span { border-color: #CF88AB; }
span { border-color: rgb(207,136,171); }
td.TdClassName
{
border-color: #CF88AB;
}
.TagClassName
{
border-color: #CF88AB;
}
</style>