Shades of Kobi #CF8CAD
Tints of Kobi #CF8CAD
RGB
CMYK
RGB Variations
Color information
#CF8CAD (or 0xCF8CAD) is known color: Kobi. HEX triplet: CF, 8C and AD. RGB value is (207,140,173). Sum of RGB (Red+Green+Blue) = 207+140+173=520 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.81% from 520); Green value is 140 (55.08% from 255 or 26.92% from 520); Blue value is 173 (67.97% from 255 or 33.27% from 520); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8CAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8CAD is #307352. Grayscale: #A3A3A3. Windows color (decimal): -3175251 or 11373775. OLE color: 11373775.
HSL color Cylindrical-coordinate representation of color #CF8CAD: hue angle of 330.45º 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 #CF8CAD is Cyan = 0, Magento = 0.32, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 140 | 173 | - |
| CMYK | 0 | 0.32 | 0.16 | 0.19 |
| HSL | 330.45º | 0.41% | 0.68% | - |
| HSV(B) | 330.45º | 0.32% | 0.81% | - |
| XYZ | 42.65 | 35.04 | 44.05 | - |
| YUV | 163.8 | 133.2 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 140 | 173 | 0 | 0.32 | 0.16 | 0.19 | 330.45 | 0.41 | 0.68 |
| Hex | CF | 8C | AD | 0 | 20 | 10 | 13 | 14A | 29 | 44 |
| Octal | 317 | 214 | 255 | 0 | 40 | 20 | 23 | 512 | 51 | 104 |
| Binary | 11001111 | 10001100 | 10101101 | 0 | 100000 | 10000 | 10011 | 101001010 | 101001 | 1000100 |
Color Harmonies of #CF8CAD
Complementary color
Monochromatic Colors of #CF8CAD
Black with #CF8CAD
Text Example
Text Example
White with #CF8CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8CAD; }
p { color: rgb(207,140,173); }
H1.HeaderClassName
{
color: #CF8CAD;
}
.AnyTagClassName
{
color: #CF8CAD;
}
</style>
background-color css
<style>
a { background-color: #CF8CAD; }
a { background-color: rgb(207,140,173); }
div.DivClassName
{
background-color: #CF8CAD;
}
.BgClassName
{
background-color: #CF8CAD;
}
</style>
border-color css
<style>
span { border-color: #CF8CAD; }
span { border-color: rgb(207,140,173); }
td.TdClassName
{
border-color: #CF8CAD;
}
.TagClassName
{
border-color: #CF8CAD;
}
</style>