Shades of Kobi #CF8AAD
Tints of Kobi #CF8AAD
RGB
CMYK
RGB Variations
Color information
#CF8AAD (or 0xCF8AAD) is known color: Kobi. HEX triplet: CF, 8A and AD. RGB value is (207,138,173). Sum of RGB (Red+Green+Blue) = 207+138+173=518 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.96% from 518); Green value is 138 (54.30% from 255 or 26.64% from 518); Blue value is 173 (67.97% from 255 or 33.40% from 518); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8AAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8AAD is #307552. Grayscale: #A2A2A2. Windows color (decimal): -3175763 or 11373263. OLE color: 11373263.
HSL color Cylindrical-coordinate representation of color #CF8AAD: hue angle of 329.57º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CF8AAD is Cyan = 0, Magento = 0.33, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 138 | 173 | - |
| CMYK | 0 | 0.33 | 0.16 | 0.19 |
| HSL | 329.57º | 0.42% | 0.68% | - |
| HSV(B) | 329.57º | 0.33% | 0.81% | - |
| XYZ | 42.36 | 34.46 | 43.95 | - |
| YUV | 162.62 | 133.86 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 138 | 173 | 0 | 0.33 | 0.16 | 0.19 | 329.57 | 0.42 | 0.68 |
| Hex | CF | 8A | AD | 0 | 21 | 10 | 13 | 14A | 2A | 44 |
| Octal | 317 | 212 | 255 | 0 | 41 | 20 | 23 | 512 | 52 | 104 |
| Binary | 11001111 | 10001010 | 10101101 | 0 | 100001 | 10000 | 10011 | 101001010 | 101010 | 1000100 |
Color Harmonies of #CF8AAD
Complementary color
Monochromatic Colors of #CF8AAD
Black with #CF8AAD
Text Example
Text Example
White with #CF8AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8AAD; }
p { color: rgb(207,138,173); }
H1.HeaderClassName
{
color: #CF8AAD;
}
.AnyTagClassName
{
color: #CF8AAD;
}
</style>
background-color css
<style>
a { background-color: #CF8AAD; }
a { background-color: rgb(207,138,173); }
div.DivClassName
{
background-color: #CF8AAD;
}
.BgClassName
{
background-color: #CF8AAD;
}
</style>
border-color css
<style>
span { border-color: #CF8AAD; }
span { border-color: rgb(207,138,173); }
td.TdClassName
{
border-color: #CF8AAD;
}
.TagClassName
{
border-color: #CF8AAD;
}
</style>