Shades of Kobi #CF99AF
Tints of Kobi #CF99AF
RGB
CMYK
RGB Variations
Color information
#CF99AF (or 0xCF99AF) is known color: Kobi. HEX triplet: CF, 99 and AF. RGB value is (207,153,175). Sum of RGB (Red+Green+Blue) = 207+153+175=535 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.69% from 535); Green value is 153 (60.16% from 255 or 28.60% from 535); Blue value is 175 (68.75% from 255 or 32.71% from 535); Max value from RGB is 207 - color contains mainly: red. Hex color #CF99AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF99AF is #306650. Grayscale: #ABABAB. Windows color (decimal): -3171921 or 11508175. OLE color: 11508175.
HSL color Cylindrical-coordinate representation of color #CF99AF: hue angle of 335.56º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CF99AF is Cyan = 0, Magento = 0.26, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 153 | 175 | - |
| CMYK | 0 | 0.26 | 0.15 | 0.19 |
| HSL | 335.56º | 0.36% | 0.71% | - |
| HSV(B) | 335.56º | 0.26% | 0.81% | - |
| XYZ | 44.86 | 39.14 | 45.75 | - |
| YUV | 171.65 | 129.89 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 153 | 175 | 0 | 0.26 | 0.15 | 0.19 | 335.56 | 0.36 | 0.71 |
| Hex | CF | 99 | AF | 0 | 1A | F | 13 | 150 | 24 | 47 |
| Octal | 317 | 231 | 257 | 0 | 32 | 17 | 23 | 520 | 44 | 107 |
| Binary | 11001111 | 10011001 | 10101111 | 0 | 11010 | 1111 | 10011 | 101010000 | 100100 | 1000111 |
Color Harmonies of #CF99AF
Complementary color
Monochromatic Colors of #CF99AF
Black with #CF99AF
Text Example
Text Example
White with #CF99AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF99AF; }
p { color: rgb(207,153,175); }
H1.HeaderClassName
{
color: #CF99AF;
}
.AnyTagClassName
{
color: #CF99AF;
}
</style>
background-color css
<style>
a { background-color: #CF99AF; }
a { background-color: rgb(207,153,175); }
div.DivClassName
{
background-color: #CF99AF;
}
.BgClassName
{
background-color: #CF99AF;
}
</style>
border-color css
<style>
span { border-color: #CF99AF; }
span { border-color: rgb(207,153,175); }
td.TdClassName
{
border-color: #CF99AF;
}
.TagClassName
{
border-color: #CF99AF;
}
</style>