Shades of Kobi #CF90AD
Tints of Kobi #CF90AD
RGB
CMYK
RGB Variations
Color information
#CF90AD (or 0xCF90AD) is known color: Kobi. HEX triplet: CF, 90 and AD. RGB value is (207,144,173). Sum of RGB (Red+Green+Blue) = 207+144+173=524 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.50% from 524); Green value is 144 (56.64% from 255 or 27.48% from 524); Blue value is 173 (67.97% from 255 or 33.02% from 524); Max value from RGB is 207 - color contains mainly: red. Hex color #CF90AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF90AD is #306F52. Grayscale: #A6A6A6. Windows color (decimal): -3174227 or 11374799. OLE color: 11374799.
HSL color Cylindrical-coordinate representation of color #CF90AD: hue angle of 332.38º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CF90AD is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 144 | 173 | - |
| CMYK | 0 | 0.30 | 0.16 | 0.19 |
| HSL | 332.38º | 0.4% | 0.69% | - |
| HSV(B) | 332.38º | 0.3% | 0.81% | - |
| XYZ | 43.25 | 36.23 | 44.25 | - |
| YUV | 166.14 | 131.87 | 157.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 144 | 173 | 0 | 0.30 | 0.16 | 0.19 | 332.38 | 0.4 | 0.69 |
| Hex | CF | 90 | AD | 0 | 1E | 10 | 13 | 14C | 28 | 45 |
| Octal | 317 | 220 | 255 | 0 | 36 | 20 | 23 | 514 | 50 | 105 |
| Binary | 11001111 | 10010000 | 10101101 | 0 | 11110 | 10000 | 10011 | 101001100 | 101000 | 1000101 |
Color Harmonies of #CF90AD
Complementary color
Monochromatic Colors of #CF90AD
Black with #CF90AD
Text Example
Text Example
White with #CF90AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF90AD; }
p { color: rgb(207,144,173); }
H1.HeaderClassName
{
color: #CF90AD;
}
.AnyTagClassName
{
color: #CF90AD;
}
</style>
background-color css
<style>
a { background-color: #CF90AD; }
a { background-color: rgb(207,144,173); }
div.DivClassName
{
background-color: #CF90AD;
}
.BgClassName
{
background-color: #CF90AD;
}
</style>
border-color css
<style>
span { border-color: #CF90AD; }
span { border-color: rgb(207,144,173); }
td.TdClassName
{
border-color: #CF90AD;
}
.TagClassName
{
border-color: #CF90AD;
}
</style>