Shades of Kobi #CF9BAF
Tints of Kobi #CF9BAF
RGB
CMYK
RGB Variations
Color information
#CF9BAF (or 0xCF9BAF) is known color: Kobi. HEX triplet: CF, 9B and AF. RGB value is (207,155,175). Sum of RGB (Red+Green+Blue) = 207+155+175=537 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.55% from 537); Green value is 155 (60.94% from 255 or 28.86% from 537); Blue value is 175 (68.75% from 255 or 32.59% from 537); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9BAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9BAF is #306450. Grayscale: #ACACAC. Windows color (decimal): -3171409 or 11508687. OLE color: 11508687.
HSL color Cylindrical-coordinate representation of color #CF9BAF: hue angle of 336.92º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CF9BAF is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 155 | 175 | - |
| CMYK | 0 | 0.25 | 0.15 | 0.19 |
| HSL | 336.92º | 0.35% | 0.71% | - |
| HSV(B) | 336.92º | 0.25% | 0.81% | - |
| XYZ | 45.19 | 39.8 | 45.86 | - |
| YUV | 172.83 | 129.23 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 155 | 175 | 0 | 0.25 | 0.15 | 0.19 | 336.92 | 0.35 | 0.71 |
| Hex | CF | 9B | AF | 0 | 19 | F | 13 | 151 | 23 | 47 |
| Octal | 317 | 233 | 257 | 0 | 31 | 17 | 23 | 521 | 43 | 107 |
| Binary | 11001111 | 10011011 | 10101111 | 0 | 11001 | 1111 | 10011 | 101010001 | 100011 | 1000111 |
Color Harmonies of #CF9BAF
Complementary color
Monochromatic Colors of #CF9BAF
Black with #CF9BAF
Text Example
Text Example
White with #CF9BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9BAF; }
p { color: rgb(207,155,175); }
H1.HeaderClassName
{
color: #CF9BAF;
}
.AnyTagClassName
{
color: #CF9BAF;
}
</style>
background-color css
<style>
a { background-color: #CF9BAF; }
a { background-color: rgb(207,155,175); }
div.DivClassName
{
background-color: #CF9BAF;
}
.BgClassName
{
background-color: #CF9BAF;
}
</style>
border-color css
<style>
span { border-color: #CF9BAF; }
span { border-color: rgb(207,155,175); }
td.TdClassName
{
border-color: #CF9BAF;
}
.TagClassName
{
border-color: #CF9BAF;
}
</style>