Shades of Harp #CACCC1
Tints of Harp #CACCC1
RGB
CMYK
RGB Variations
Color information
#CACCC1 (or 0xCACCC1) is known color: Harp. HEX triplet: CA, CC and C1. RGB value is (202,204,193). Sum of RGB (Red+Green+Blue) = 202+204+193=599 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.72% from 599); Green value is 204 (80.08% from 255 or 34.06% from 599); Blue value is 193 (75.78% from 255 or 32.22% from 599); Max value from RGB is 204 - color contains mainly: green. Hex color #CACCC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACCC1 is #35333E. Grayscale: #CACACA. Windows color (decimal): -3486527 or 12700874. OLE color: 12700874.
HSL color Cylindrical-coordinate representation of color #CACCC1: hue angle of 70.91º degrees, saturation: 0.1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CACCC1 is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 202 | 204 | 193 | - |
| CMYK | 0.01 | 0 | 0.05 | 0.2 |
| HSL | 70.91º | 0.1% | 0.78% | - |
| HSV(B) | 70.91º | 0.05% | 0.8% | - |
| XYZ | 55.58 | 59.59 | 59.03 | - |
| YUV | 202.15 | 122.84 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 204 | 193 | 0.01 | 0 | 0.05 | 0.2 | 70.91 | 0.1 | 0.78 |
| Hex | CA | CC | C1 | 1 | 0 | 5 | 14 | 47 | A | 4E |
| Octal | 312 | 314 | 301 | 1 | 0 | 5 | 24 | 107 | 12 | 116 |
| Binary | 11001010 | 11001100 | 11000001 | 1 | 0 | 101 | 10100 | 1000111 | 1010 | 1001110 |
Color Harmonies of #CACCC1
Complementary color
Monochromatic Colors of #CACCC1
Black with #CACCC1
Text Example
Text Example
White with #CACCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACCC1; }
p { color: rgb(202,204,193); }
H1.HeaderClassName
{
color: #CACCC1;
}
.AnyTagClassName
{
color: #CACCC1;
}
</style>
background-color css
<style>
a { background-color: #CACCC1; }
a { background-color: rgb(202,204,193); }
div.DivClassName
{
background-color: #CACCC1;
}
.BgClassName
{
background-color: #CACCC1;
}
</style>
border-color css
<style>
span { border-color: #CACCC1; }
span { border-color: rgb(202,204,193); }
td.TdClassName
{
border-color: #CACCC1;
}
.TagClassName
{
border-color: #CACCC1;
}
</style>