Shades of Kobi #CF99AA
Tints of Kobi #CF99AA
RGB
CMYK
RGB Variations
Color information
#CF99AA (or 0xCF99AA) is known color: Kobi. HEX triplet: CF, 99 and AA. RGB value is (207,153,170). Sum of RGB (Red+Green+Blue) = 207+153+170=530 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.06% from 530); Green value is 153 (60.16% from 255 or 28.87% from 530); Blue value is 170 (66.80% from 255 or 32.08% from 530); Max value from RGB is 207 - color contains mainly: red. Hex color #CF99AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF99AA is #306655. Grayscale: #ABABAB. Windows color (decimal): -3171926 or 11180495. OLE color: 11180495.
HSL color Cylindrical-coordinate representation of color #CF99AA: hue angle of 341.11º 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 #CF99AA is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 153 | 170 | - |
| CMYK | 0 | 0.26 | 0.18 | 0.19 |
| HSL | 341.11º | 0.36% | 0.71% | - |
| HSV(B) | 341.11º | 0.26% | 0.81% | - |
| XYZ | 44.38 | 38.95 | 43.21 | - |
| YUV | 171.08 | 127.39 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 153 | 170 | 0 | 0.26 | 0.18 | 0.19 | 341.11 | 0.36 | 0.71 |
| Hex | CF | 99 | AA | 0 | 1A | 12 | 13 | 155 | 24 | 47 |
| Octal | 317 | 231 | 252 | 0 | 32 | 22 | 23 | 525 | 44 | 107 |
| Binary | 11001111 | 10011001 | 10101010 | 0 | 11010 | 10010 | 10011 | 101010101 | 100100 | 1000111 |
Color Harmonies of #CF99AA
Complementary color
Monochromatic Colors of #CF99AA
Black with #CF99AA
Text Example
Text Example
White with #CF99AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF99AA; }
p { color: rgb(207,153,170); }
H1.HeaderClassName
{
color: #CF99AA;
}
.AnyTagClassName
{
color: #CF99AA;
}
</style>
background-color css
<style>
a { background-color: #CF99AA; }
a { background-color: rgb(207,153,170); }
div.DivClassName
{
background-color: #CF99AA;
}
.BgClassName
{
background-color: #CF99AA;
}
</style>
border-color css
<style>
span { border-color: #CF99AA; }
span { border-color: rgb(207,153,170); }
td.TdClassName
{
border-color: #CF99AA;
}
.TagClassName
{
border-color: #CF99AA;
}
</style>