Shades of Harp #CACCC6
Tints of Harp #CACCC6
RGB
CMYK
RGB Variations
Color information
#CACCC6 (or 0xCACCC6) is known color: Harp. HEX triplet: CA, CC and C6. RGB value is (202,204,198). Sum of RGB (Red+Green+Blue) = 202+204+198=604 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.44% from 604); Green value is 204 (80.08% from 255 or 33.77% from 604); Blue value is 198 (77.73% from 255 or 32.78% from 604); Max value from RGB is 204 - color contains mainly: green. Hex color #CACCC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACCC6 is #353339. Grayscale: #CACACA. Windows color (decimal): -3486522 or 13028554. OLE color: 13028554.
HSL color Cylindrical-coordinate representation of color #CACCC6: hue angle of 80º 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 #CACCC6 is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 202 | 204 | 198 | - |
| CMYK | 0.01 | 0 | 0.03 | 0.2 |
| HSL | 80º | 0.06% | 0.79% | - |
| HSV(B) | 80º | 0.03% | 0.8% | - |
| XYZ | 56.14 | 59.82 | 62.01 | - |
| YUV | 202.72 | 125.34 | 127.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 204 | 198 | 0.01 | 0 | 0.03 | 0.2 | 80 | 0.06 | 0.79 |
| Hex | CA | CC | C6 | 1 | 0 | 3 | 14 | 50 | 6 | 4F |
| Octal | 312 | 314 | 306 | 1 | 0 | 3 | 24 | 120 | 6 | 117 |
| Binary | 11001010 | 11001100 | 11000110 | 1 | 0 | 11 | 10100 | 1010000 | 110 | 1001111 |
Color Harmonies of #CACCC6
Complementary color
Monochromatic Colors of #CACCC6
Black with #CACCC6
Text Example
Text Example
White with #CACCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACCC6; }
p { color: rgb(202,204,198); }
H1.HeaderClassName
{
color: #CACCC6;
}
.AnyTagClassName
{
color: #CACCC6;
}
</style>
background-color css
<style>
a { background-color: #CACCC6; }
a { background-color: rgb(202,204,198); }
div.DivClassName
{
background-color: #CACCC6;
}
.BgClassName
{
background-color: #CACCC6;
}
</style>
border-color css
<style>
span { border-color: #CACCC6; }
span { border-color: rgb(202,204,198); }
td.TdClassName
{
border-color: #CACCC6;
}
.TagClassName
{
border-color: #CACCC6;
}
</style>