Shades of Kobi #CF88AC
Tints of Kobi #CF88AC
RGB
CMYK
RGB Variations
Color information
#CF88AC (or 0xCF88AC) is known color: Kobi. HEX triplet: CF, 88 and AC. RGB value is (207,136,172). Sum of RGB (Red+Green+Blue) = 207+136+172=515 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.19% from 515); Green value is 136 (53.52% from 255 or 26.41% from 515); Blue value is 172 (67.58% from 255 or 33.40% from 515); Max value from RGB is 207 - color contains mainly: red. Hex color #CF88AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF88AC is #307753. Grayscale: #A1A1A1. Windows color (decimal): -3176276 or 11307215. OLE color: 11307215.
HSL color Cylindrical-coordinate representation of color #CF88AC: hue angle of 329.58º 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 #CF88AC is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 136 | 172 | - |
| CMYK | 0 | 0.34 | 0.17 | 0.19 |
| HSL | 329.58º | 0.43% | 0.67% | - |
| HSV(B) | 329.58º | 0.34% | 0.81% | - |
| XYZ | 41.98 | 33.85 | 43.35 | - |
| YUV | 161.33 | 134.02 | 160.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 136 | 172 | 0 | 0.34 | 0.17 | 0.19 | 329.58 | 0.43 | 0.67 |
| Hex | CF | 88 | AC | 0 | 22 | 11 | 13 | 14A | 2B | 43 |
| Octal | 317 | 210 | 254 | 0 | 42 | 21 | 23 | 512 | 53 | 103 |
| Binary | 11001111 | 10001000 | 10101100 | 0 | 100010 | 10001 | 10011 | 101001010 | 101011 | 1000011 |
Color Harmonies of #CF88AC
Complementary color
Monochromatic Colors of #CF88AC
Black with #CF88AC
Text Example
Text Example
White with #CF88AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF88AC; }
p { color: rgb(207,136,172); }
H1.HeaderClassName
{
color: #CF88AC;
}
.AnyTagClassName
{
color: #CF88AC;
}
</style>
background-color css
<style>
a { background-color: #CF88AC; }
a { background-color: rgb(207,136,172); }
div.DivClassName
{
background-color: #CF88AC;
}
.BgClassName
{
background-color: #CF88AC;
}
</style>
border-color css
<style>
span { border-color: #CF88AC; }
span { border-color: rgb(207,136,172); }
td.TdClassName
{
border-color: #CF88AC;
}
.TagClassName
{
border-color: #CF88AC;
}
</style>