Shades of Harp #CAD2BB
Tints of Harp #CAD2BB
RGB
CMYK
RGB Variations
Color information
#CAD2BB (or 0xCAD2BB) is known color: Harp. HEX triplet: CA, D2 and BB. RGB value is (202,210,187). Sum of RGB (Red+Green+Blue) = 202+210+187=599 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.72% from 599); Green value is 210 (82.42% from 255 or 35.06% from 599); Blue value is 187 (73.44% from 255 or 31.22% from 599); Max value from RGB is 210 - color contains mainly: green. Hex color #CAD2BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD2BB is #352D44. Grayscale: #CDCDCD. Windows color (decimal): -3484997 or 12309194. OLE color: 12309194.
HSL color Cylindrical-coordinate representation of color #CAD2BB: hue angle of 80.87º degrees, saturation: 0.2, 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 #CAD2BB is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 202 | 210 | 187 | - |
| CMYK | 0.04 | 0 | 0.11 | 0.18 |
| HSL | 80.87º | 0.2% | 0.78% | - |
| HSV(B) | 80.87º | 0.11% | 0.82% | - |
| XYZ | 56.37 | 62.24 | 56.06 | - |
| YUV | 204.99 | 117.85 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 210 | 187 | 0.04 | 0 | 0.11 | 0.18 | 80.87 | 0.2 | 0.78 |
| Hex | CA | D2 | BB | 4 | 0 | B | 12 | 51 | 14 | 4E |
| Octal | 312 | 322 | 273 | 4 | 0 | 13 | 22 | 121 | 24 | 116 |
| Binary | 11001010 | 11010010 | 10111011 | 100 | 0 | 1011 | 10010 | 1010001 | 10100 | 1001110 |
Color Harmonies of #CAD2BB
Complementary color
Monochromatic Colors of #CAD2BB
Black with #CAD2BB
Text Example
Text Example
White with #CAD2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD2BB; }
p { color: rgb(202,210,187); }
H1.HeaderClassName
{
color: #CAD2BB;
}
.AnyTagClassName
{
color: #CAD2BB;
}
</style>
background-color css
<style>
a { background-color: #CAD2BB; }
a { background-color: rgb(202,210,187); }
div.DivClassName
{
background-color: #CAD2BB;
}
.BgClassName
{
background-color: #CAD2BB;
}
</style>
border-color css
<style>
span { border-color: #CAD2BB; }
span { border-color: rgb(202,210,187); }
td.TdClassName
{
border-color: #CAD2BB;
}
.TagClassName
{
border-color: #CAD2BB;
}
</style>