Shades of Harp #CAD2BD
Tints of Harp #CAD2BD
RGB
CMYK
RGB Variations
Color information
#CAD2BD (or 0xCAD2BD) is known color: Harp. HEX triplet: CA, D2 and BD. RGB value is (202,210,189). Sum of RGB (Red+Green+Blue) = 202+210+189=601 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.61% from 601); Green value is 210 (82.42% from 255 or 34.94% from 601); Blue value is 189 (74.22% from 255 or 31.45% from 601); Max value from RGB is 210 - color contains mainly: green. Hex color #CAD2BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD2BD is #352D42. Grayscale: #CDCDCD. Windows color (decimal): -3484995 or 12440266. OLE color: 12440266.
HSL color Cylindrical-coordinate representation of color #CAD2BD: hue angle of 82.86º degrees, saturation: 0.19, 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 #CAD2BD is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 202 | 210 | 189 | - |
| CMYK | 0.04 | 0 | 0.10 | 0.18 |
| HSL | 82.86º | 0.19% | 0.78% | - |
| HSV(B) | 82.86º | 0.1% | 0.82% | - |
| XYZ | 56.59 | 62.32 | 57.19 | - |
| YUV | 205.21 | 118.85 | 125.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 210 | 189 | 0.04 | 0 | 0.10 | 0.18 | 82.86 | 0.19 | 0.78 |
| Hex | CA | D2 | BD | 4 | 0 | A | 12 | 53 | 13 | 4E |
| Octal | 312 | 322 | 275 | 4 | 0 | 12 | 22 | 123 | 23 | 116 |
| Binary | 11001010 | 11010010 | 10111101 | 100 | 0 | 1010 | 10010 | 1010011 | 10011 | 1001110 |
Color Harmonies of #CAD2BD
Complementary color
Monochromatic Colors of #CAD2BD
Black with #CAD2BD
Text Example
Text Example
White with #CAD2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD2BD; }
p { color: rgb(202,210,189); }
H1.HeaderClassName
{
color: #CAD2BD;
}
.AnyTagClassName
{
color: #CAD2BD;
}
</style>
background-color css
<style>
a { background-color: #CAD2BD; }
a { background-color: rgb(202,210,189); }
div.DivClassName
{
background-color: #CAD2BD;
}
.BgClassName
{
background-color: #CAD2BD;
}
</style>
border-color css
<style>
span { border-color: #CAD2BD; }
span { border-color: rgb(202,210,189); }
td.TdClassName
{
border-color: #CAD2BD;
}
.TagClassName
{
border-color: #CAD2BD;
}
</style>