Shades of Harp #CAD2BA
Tints of Harp #CAD2BA
RGB
CMYK
RGB Variations
Color information
#CAD2BA (or 0xCAD2BA) is known color: Harp. HEX triplet: CA, D2 and BA. RGB value is (202,210,186). Sum of RGB (Red+Green+Blue) = 202+210+186=598 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.78% from 598); Green value is 210 (82.42% from 255 or 35.12% from 598); Blue value is 186 (73.05% from 255 or 31.10% from 598); Max value from RGB is 210 - color contains mainly: green. Hex color #CAD2BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD2BA is #352D45. Grayscale: #CCCCCC. Windows color (decimal): -3484998 or 12243658. OLE color: 12243658.
HSL color Cylindrical-coordinate representation of color #CAD2BA: hue angle of 80º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CAD2BA is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 202 | 210 | 186 | - |
| CMYK | 0.04 | 0 | 0.11 | 0.18 |
| HSL | 80º | 0.21% | 0.78% | - |
| HSV(B) | 80º | 0.11% | 0.82% | - |
| XYZ | 56.27 | 62.19 | 55.49 | - |
| YUV | 204.87 | 117.35 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 210 | 186 | 0.04 | 0 | 0.11 | 0.18 | 80 | 0.21 | 0.78 |
| Hex | CA | D2 | BA | 4 | 0 | B | 12 | 50 | 15 | 4E |
| Octal | 312 | 322 | 272 | 4 | 0 | 13 | 22 | 120 | 25 | 116 |
| Binary | 11001010 | 11010010 | 10111010 | 100 | 0 | 1011 | 10010 | 1010000 | 10101 | 1001110 |
Color Harmonies of #CAD2BA
Complementary color
Monochromatic Colors of #CAD2BA
Black with #CAD2BA
Text Example
Text Example
White with #CAD2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD2BA; }
p { color: rgb(202,210,186); }
H1.HeaderClassName
{
color: #CAD2BA;
}
.AnyTagClassName
{
color: #CAD2BA;
}
</style>
background-color css
<style>
a { background-color: #CAD2BA; }
a { background-color: rgb(202,210,186); }
div.DivClassName
{
background-color: #CAD2BA;
}
.BgClassName
{
background-color: #CAD2BA;
}
</style>
border-color css
<style>
span { border-color: #CAD2BA; }
span { border-color: rgb(202,210,186); }
td.TdClassName
{
border-color: #CAD2BA;
}
.TagClassName
{
border-color: #CAD2BA;
}
</style>