Shades of Harp #CACDC1
Tints of Harp #CACDC1
RGB
CMYK
RGB Variations
Color information
#CACDC1 (or 0xCACDC1) is known color: Harp. HEX triplet: CA, CD and C1. RGB value is (202,205,193). Sum of RGB (Red+Green+Blue) = 202+205+193=600 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.67% from 600); Green value is 205 (80.47% from 255 or 34.17% from 600); Blue value is 193 (75.78% from 255 or 32.17% from 600); Max value from RGB is 205 - color contains mainly: green. Hex color #CACDC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACDC1 is #35323E. Grayscale: #CACACA. Windows color (decimal): -3486271 or 12701130. OLE color: 12701130.
HSL color Cylindrical-coordinate representation of color #CACDC1: hue angle of 75º degrees, saturation: 0.11, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CACDC1 is Cyan = 0.01, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
RGB | 202 | 205 | 193 | - |
CMYK | 0.01 | 0 | 0.06 | 0.20 |
HSL | 75º | 0.11% | 0.78% | - |
HSV(B) | 75º | 0.06% | 0.8% | - |
XYZ | 55.81 | 60.07 | 59.1 | - |
YUV | 202.74 | 122.51 | 127.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 205 | 193 | 0.01 | 0 | 0.06 | 0.20 | 75 | 0.11 | 0.78 |
Hex | CA | CD | C1 | 1 | 0 | 6 | 14 | 4B | B | 4E |
Octal | 312 | 315 | 301 | 1 | 0 | 6 | 24 | 113 | 13 | 116 |
Binary | 11001010 | 11001101 | 11000001 | 1 | 0 | 110 | 10100 | 1001011 | 1011 | 1001110 |
Color Harmonies of #CACDC1
Complementary color
Monochromatic Colors of #CACDC1
Black with #CACDC1
Text Example
Text Example
White with #CACDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACDC1; }
p { color: rgb(202,205,193); }
H1.HeaderClassName
{
color: #CACDC1;
}
.AnyTagClassName
{
color: #CACDC1;
}
</style>
background-color css
<style>
a { background-color: #CACDC1; }
a { background-color: rgb(202,205,193); }
div.DivClassName
{
background-color: #CACDC1;
}
.BgClassName
{
background-color: #CACDC1;
}
</style>
border-color css
<style>
span { border-color: #CACDC1; }
span { border-color: rgb(202,205,193); }
td.TdClassName
{
border-color: #CACDC1;
}
.TagClassName
{
border-color: #CACDC1;
}
</style>