Shades of Harp #CAD2BC
Tints of Harp #CAD2BC
RGB
CMYK
RGB Variations
Color information
#CAD2BC (or 0xCAD2BC) is known color: Harp. HEX triplet: CA, D2 and BC. RGB value is (202,210,188). Sum of RGB (Red+Green+Blue) = 202+210+188=600 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.67% from 600); Green value is 210 (82.42% from 255 or 35% from 600); Blue value is 188 (73.83% from 255 or 31.33% from 600); Max value from RGB is 210 - color contains mainly: green. Hex color #CAD2BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD2BC is #352D43. Grayscale: #CDCDCD. Windows color (decimal): -3484996 or 12374730. OLE color: 12374730.
HSL color Cylindrical-coordinate representation of color #CAD2BC: hue angle of 81.82º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CAD2BC is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 202 | 210 | 188 | - |
| CMYK | 0.04 | 0 | 0.10 | 0.18 |
| HSL | 81.82º | 0.2% | 0.78% | - |
| HSV(B) | 81.82º | 0.1% | 0.82% | - |
| XYZ | 56.48 | 62.28 | 56.62 | - |
| YUV | 205.1 | 118.35 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 210 | 188 | 0.04 | 0 | 0.10 | 0.18 | 81.82 | 0.2 | 0.78 |
| Hex | CA | D2 | BC | 4 | 0 | A | 12 | 52 | 14 | 4E |
| Octal | 312 | 322 | 274 | 4 | 0 | 12 | 22 | 122 | 24 | 116 |
| Binary | 11001010 | 11010010 | 10111100 | 100 | 0 | 1010 | 10010 | 1010010 | 10100 | 1001110 |
Color Harmonies of #CAD2BC
Complementary color
Monochromatic Colors of #CAD2BC
Black with #CAD2BC
Text Example
Text Example
White with #CAD2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD2BC; }
p { color: rgb(202,210,188); }
H1.HeaderClassName
{
color: #CAD2BC;
}
.AnyTagClassName
{
color: #CAD2BC;
}
</style>
background-color css
<style>
a { background-color: #CAD2BC; }
a { background-color: rgb(202,210,188); }
div.DivClassName
{
background-color: #CAD2BC;
}
.BgClassName
{
background-color: #CAD2BC;
}
</style>
border-color css
<style>
span { border-color: #CAD2BC; }
span { border-color: rgb(202,210,188); }
td.TdClassName
{
border-color: #CAD2BC;
}
.TagClassName
{
border-color: #CAD2BC;
}
</style>