Shades of Harp #CACFC2
Tints of Harp #CACFC2
RGB
CMYK
RGB Variations
Color information
#CACFC2 (or 0xCACFC2) is known color: Harp. HEX triplet: CA, CF and C2. RGB value is (202,207,194). Sum of RGB (Red+Green+Blue) = 202+207+194=603 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.50% from 603); Green value is 207 (81.25% from 255 or 34.33% from 603); Blue value is 194 (76.17% from 255 or 32.17% from 603); Max value from RGB is 207 - color contains mainly: green. Hex color #CACFC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACFC2 is #35303D. Grayscale: #CCCCCC. Windows color (decimal): -3485758 or 12767178. OLE color: 12767178.
HSL color Cylindrical-coordinate representation of color #CACFC2: hue angle of 83.08º degrees, saturation: 0.12, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CACFC2 is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
RGB | 202 | 207 | 194 | - |
CMYK | 0.02 | 0 | 0.06 | 0.19 |
HSL | 83.08º | 0.12% | 0.79% | - |
HSV(B) | 83.08º | 0.06% | 0.81% | - |
XYZ | 56.41 | 61.08 | 59.86 | - |
YUV | 204.02 | 122.34 | 126.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 207 | 194 | 0.02 | 0 | 0.06 | 0.19 | 83.08 | 0.12 | 0.79 |
Hex | CA | CF | C2 | 2 | 0 | 6 | 13 | 53 | C | 4F |
Octal | 312 | 317 | 302 | 2 | 0 | 6 | 23 | 123 | 14 | 117 |
Binary | 11001010 | 11001111 | 11000010 | 10 | 0 | 110 | 10011 | 1010011 | 1100 | 1001111 |
Color Harmonies of #CACFC2
Complementary color
Monochromatic Colors of #CACFC2
Black with #CACFC2
Text Example
Text Example
White with #CACFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACFC2; }
p { color: rgb(202,207,194); }
H1.HeaderClassName
{
color: #CACFC2;
}
.AnyTagClassName
{
color: #CACFC2;
}
</style>
background-color css
<style>
a { background-color: #CACFC2; }
a { background-color: rgb(202,207,194); }
div.DivClassName
{
background-color: #CACFC2;
}
.BgClassName
{
background-color: #CACFC2;
}
</style>
border-color css
<style>
span { border-color: #CACFC2; }
span { border-color: rgb(202,207,194); }
td.TdClassName
{
border-color: #CACFC2;
}
.TagClassName
{
border-color: #CACFC2;
}
</style>