Shades of Harp #CACCC5
Tints of Harp #CACCC5
RGB
CMYK
RGB Variations
Color information
#CACCC5 (or 0xCACCC5) is known color: Harp. HEX triplet: CA, CC and C5. RGB value is (202,204,197). Sum of RGB (Red+Green+Blue) = 202+204+197=603 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.50% from 603); Green value is 204 (80.08% from 255 or 33.83% from 603); Blue value is 197 (77.34% from 255 or 32.67% from 603); Max value from RGB is 204 - color contains mainly: green. Hex color #CACCC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACCC5 is #35333A. Grayscale: #CACACA. Windows color (decimal): -3486523 or 12963018. OLE color: 12963018.
HSL color Cylindrical-coordinate representation of color #CACCC5: hue angle of 77.14º degrees, saturation: 0.06, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CACCC5 is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
RGB | 202 | 204 | 197 | - |
CMYK | 0.01 | 0 | 0.03 | 0.2 |
HSL | 77.14º | 0.06% | 0.79% | - |
HSV(B) | 77.14º | 0.03% | 0.8% | - |
XYZ | 56.03 | 59.77 | 61.41 | - |
YUV | 202.6 | 124.84 | 127.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 204 | 197 | 0.01 | 0 | 0.03 | 0.2 | 77.14 | 0.06 | 0.79 |
Hex | CA | CC | C5 | 1 | 0 | 3 | 14 | 4D | 6 | 4F |
Octal | 312 | 314 | 305 | 1 | 0 | 3 | 24 | 115 | 6 | 117 |
Binary | 11001010 | 11001100 | 11000101 | 1 | 0 | 11 | 10100 | 1001101 | 110 | 1001111 |
Color Harmonies of #CACCC5
Complementary color
Monochromatic Colors of #CACCC5
Black with #CACCC5
Text Example
Text Example
White with #CACCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACCC5; }
p { color: rgb(202,204,197); }
H1.HeaderClassName
{
color: #CACCC5;
}
.AnyTagClassName
{
color: #CACCC5;
}
</style>
background-color css
<style>
a { background-color: #CACCC5; }
a { background-color: rgb(202,204,197); }
div.DivClassName
{
background-color: #CACCC5;
}
.BgClassName
{
background-color: #CACCC5;
}
</style>
border-color css
<style>
span { border-color: #CACCC5; }
span { border-color: rgb(202,204,197); }
td.TdClassName
{
border-color: #CACCC5;
}
.TagClassName
{
border-color: #CACCC5;
}
</style>