Shades of Kobi #CF88AD
Tints of Kobi #CF88AD
RGB
CMYK
RGB Variations
Color information
#CF88AD (or 0xCF88AD) is known color: Kobi. HEX triplet: CF, 88 and AD. RGB value is (207,136,173). Sum of RGB (Red+Green+Blue) = 207+136+173=516 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.12% from 516); Green value is 136 (53.52% from 255 or 26.36% from 516); Blue value is 173 (67.97% from 255 or 33.53% from 516); Max value from RGB is 207 - color contains mainly: red. Hex color #CF88AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF88AD is #307752. Grayscale: #A1A1A1. Windows color (decimal): -3176275 or 11372751. OLE color: 11372751.
HSL color Cylindrical-coordinate representation of color #CF88AD: hue angle of 328.73º 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 #CF88AD is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 136 | 173 | - |
| CMYK | 0 | 0.34 | 0.16 | 0.19 |
| HSL | 328.73º | 0.43% | 0.67% | - |
| HSV(B) | 328.73º | 0.34% | 0.81% | - |
| XYZ | 42.08 | 33.89 | 43.86 | - |
| YUV | 161.45 | 134.52 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 136 | 173 | 0 | 0.34 | 0.16 | 0.19 | 328.73 | 0.43 | 0.67 |
| Hex | CF | 88 | AD | 0 | 22 | 10 | 13 | 149 | 2B | 43 |
| Octal | 317 | 210 | 255 | 0 | 42 | 20 | 23 | 511 | 53 | 103 |
| Binary | 11001111 | 10001000 | 10101101 | 0 | 100010 | 10000 | 10011 | 101001001 | 101011 | 1000011 |
Color Harmonies of #CF88AD
Complementary color
Monochromatic Colors of #CF88AD
Black with #CF88AD
Text Example
Text Example
White with #CF88AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF88AD; }
p { color: rgb(207,136,173); }
H1.HeaderClassName
{
color: #CF88AD;
}
.AnyTagClassName
{
color: #CF88AD;
}
</style>
background-color css
<style>
a { background-color: #CF88AD; }
a { background-color: rgb(207,136,173); }
div.DivClassName
{
background-color: #CF88AD;
}
.BgClassName
{
background-color: #CF88AD;
}
</style>
border-color css
<style>
span { border-color: #CF88AD; }
span { border-color: rgb(207,136,173); }
td.TdClassName
{
border-color: #CF88AD;
}
.TagClassName
{
border-color: #CF88AD;
}
</style>