Shades of Harp #CACFC0
Tints of Harp #CACFC0
RGB
CMYK
RGB Variations
Color information
#CACFC0 (or 0xCACFC0) is known color: Harp. HEX triplet: CA, CF and C0. RGB value is (202,207,192). Sum of RGB (Red+Green+Blue) = 202+207+192=601 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.61% from 601); Green value is 207 (81.25% from 255 or 34.44% from 601); Blue value is 192 (75.39% from 255 or 31.95% from 601); Max value from RGB is 207 - color contains mainly: green. Hex color #CACFC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACFC0 is #35303F. Grayscale: #CBCBCB. Windows color (decimal): -3485760 or 12636106. OLE color: 12636106.
HSL color Cylindrical-coordinate representation of color #CACFC0: hue angle of 80º degrees, saturation: 0.14, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CACFC0 is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 207 | 192 | - |
| CMYK | 0.02 | 0 | 0.07 | 0.19 |
| HSL | 80º | 0.14% | 0.78% | - |
| HSV(B) | 80º | 0.07% | 0.81% | - |
| XYZ | 56.18 | 60.99 | 58.68 | - |
| YUV | 203.8 | 121.34 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 207 | 192 | 0.02 | 0 | 0.07 | 0.19 | 80 | 0.14 | 0.78 |
| Hex | CA | CF | C0 | 2 | 0 | 7 | 13 | 50 | E | 4E |
| Octal | 312 | 317 | 300 | 2 | 0 | 7 | 23 | 120 | 16 | 116 |
| Binary | 11001010 | 11001111 | 11000000 | 10 | 0 | 111 | 10011 | 1010000 | 1110 | 1001110 |
Color Harmonies of #CACFC0
Complementary color
Monochromatic Colors of #CACFC0
Black with #CACFC0
Text Example
Text Example
White with #CACFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACFC0; }
p { color: rgb(202,207,192); }
H1.HeaderClassName
{
color: #CACFC0;
}
.AnyTagClassName
{
color: #CACFC0;
}
</style>
background-color css
<style>
a { background-color: #CACFC0; }
a { background-color: rgb(202,207,192); }
div.DivClassName
{
background-color: #CACFC0;
}
.BgClassName
{
background-color: #CACFC0;
}
</style>
border-color css
<style>
span { border-color: #CACFC0; }
span { border-color: rgb(202,207,192); }
td.TdClassName
{
border-color: #CACFC0;
}
.TagClassName
{
border-color: #CACFC0;
}
</style>