Shades of Kobi #CF88AA
Tints of Kobi #CF88AA
RGB
CMYK
RGB Variations
Color information
#CF88AA (or 0xCF88AA) is known color: Kobi. HEX triplet: CF, 88 and AA. RGB value is (207,136,170). Sum of RGB (Red+Green+Blue) = 207+136+170=513 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.35% from 513); Green value is 136 (53.52% from 255 or 26.51% from 513); Blue value is 170 (66.80% from 255 or 33.14% from 513); Max value from RGB is 207 - color contains mainly: red. Hex color #CF88AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF88AA is #307755. Grayscale: #A1A1A1. Windows color (decimal): -3176278 or 11176143. OLE color: 11176143.
HSL color Cylindrical-coordinate representation of color #CF88AA: hue angle of 331.27º 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 #CF88AA is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 136 | 170 | - |
| CMYK | 0 | 0.34 | 0.18 | 0.19 |
| HSL | 331.27º | 0.43% | 0.67% | - |
| HSV(B) | 331.27º | 0.34% | 0.81% | - |
| XYZ | 41.79 | 33.78 | 42.35 | - |
| YUV | 161.11 | 133.02 | 160.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 136 | 170 | 0 | 0.34 | 0.18 | 0.19 | 331.27 | 0.43 | 0.67 |
| Hex | CF | 88 | AA | 0 | 22 | 12 | 13 | 14B | 2B | 43 |
| Octal | 317 | 210 | 252 | 0 | 42 | 22 | 23 | 513 | 53 | 103 |
| Binary | 11001111 | 10001000 | 10101010 | 0 | 100010 | 10010 | 10011 | 101001011 | 101011 | 1000011 |
Color Harmonies of #CF88AA
Complementary color
Monochromatic Colors of #CF88AA
Black with #CF88AA
Text Example
Text Example
White with #CF88AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF88AA; }
p { color: rgb(207,136,170); }
H1.HeaderClassName
{
color: #CF88AA;
}
.AnyTagClassName
{
color: #CF88AA;
}
</style>
background-color css
<style>
a { background-color: #CF88AA; }
a { background-color: rgb(207,136,170); }
div.DivClassName
{
background-color: #CF88AA;
}
.BgClassName
{
background-color: #CF88AA;
}
</style>
border-color css
<style>
span { border-color: #CF88AA; }
span { border-color: rgb(207,136,170); }
td.TdClassName
{
border-color: #CF88AA;
}
.TagClassName
{
border-color: #CF88AA;
}
</style>