Shades of Kobi #CF8DAB
Tints of Kobi #CF8DAB
RGB
CMYK
RGB Variations
Color information
#CF8DAB (or 0xCF8DAB) is known color: Kobi. HEX triplet: CF, 8D and AB. RGB value is (207,141,171). Sum of RGB (Red+Green+Blue) = 207+141+171=519 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.88% from 519); Green value is 141 (55.47% from 255 or 27.17% from 519); Blue value is 171 (67.19% from 255 or 32.95% from 519); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8DAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8DAB is #307254. Grayscale: #A4A4A4. Windows color (decimal): -3174997 or 11242959. OLE color: 11242959.
HSL color Cylindrical-coordinate representation of color #CF8DAB: hue angle of 332.73º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CF8DAB is Cyan = 0, Magento = 0.32, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 141 | 171 | - |
| CMYK | 0 | 0.32 | 0.17 | 0.19 |
| HSL | 332.73º | 0.41% | 0.68% | - |
| HSV(B) | 332.73º | 0.32% | 0.81% | - |
| XYZ | 42.61 | 35.26 | 43.09 | - |
| YUV | 164.15 | 131.87 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 141 | 171 | 0 | 0.32 | 0.17 | 0.19 | 332.73 | 0.41 | 0.68 |
| Hex | CF | 8D | AB | 0 | 20 | 11 | 13 | 14D | 29 | 44 |
| Octal | 317 | 215 | 253 | 0 | 40 | 21 | 23 | 515 | 51 | 104 |
| Binary | 11001111 | 10001101 | 10101011 | 0 | 100000 | 10001 | 10011 | 101001101 | 101001 | 1000100 |
Color Harmonies of #CF8DAB
Complementary color
Monochromatic Colors of #CF8DAB
Black with #CF8DAB
Text Example
Text Example
White with #CF8DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8DAB; }
p { color: rgb(207,141,171); }
H1.HeaderClassName
{
color: #CF8DAB;
}
.AnyTagClassName
{
color: #CF8DAB;
}
</style>
background-color css
<style>
a { background-color: #CF8DAB; }
a { background-color: rgb(207,141,171); }
div.DivClassName
{
background-color: #CF8DAB;
}
.BgClassName
{
background-color: #CF8DAB;
}
</style>
border-color css
<style>
span { border-color: #CF8DAB; }
span { border-color: rgb(207,141,171); }
td.TdClassName
{
border-color: #CF8DAB;
}
.TagClassName
{
border-color: #CF8DAB;
}
</style>