Shades of Harp #CAD3BA
Tints of Harp #CAD3BA
RGB
CMYK
RGB Variations
Color information
#CAD3BA (or 0xCAD3BA) is known color: Harp. HEX triplet: CA, D3 and BA. RGB value is (202,211,186). Sum of RGB (Red+Green+Blue) = 202+211+186=599 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.72% from 599); Green value is 211 (82.81% from 255 or 35.23% from 599); Blue value is 186 (73.05% from 255 or 31.05% from 599); Max value from RGB is 211 - color contains mainly: green. Hex color #CAD3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD3BA is #352C45. Grayscale: #CDCDCD. Windows color (decimal): -3484742 or 12243914. OLE color: 12243914.
HSL color Cylindrical-coordinate representation of color #CAD3BA: hue angle of 81.6º degrees, saturation: 0.22, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CAD3BA is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 202 | 211 | 186 | - |
| CMYK | 0.04 | 0 | 0.12 | 0.17 |
| HSL | 81.6º | 0.22% | 0.78% | - |
| HSV(B) | 81.6º | 0.12% | 0.83% | - |
| XYZ | 56.51 | 62.69 | 55.58 | - |
| YUV | 205.46 | 117.02 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 211 | 186 | 0.04 | 0 | 0.12 | 0.17 | 81.6 | 0.22 | 0.78 |
| Hex | CA | D3 | BA | 4 | 0 | C | 11 | 52 | 16 | 4E |
| Octal | 312 | 323 | 272 | 4 | 0 | 14 | 21 | 122 | 26 | 116 |
| Binary | 11001010 | 11010011 | 10111010 | 100 | 0 | 1100 | 10001 | 1010010 | 10110 | 1001110 |
Color Harmonies of #CAD3BA
Complementary color
Monochromatic Colors of #CAD3BA
Black with #CAD3BA
Text Example
Text Example
White with #CAD3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD3BA; }
p { color: rgb(202,211,186); }
H1.HeaderClassName
{
color: #CAD3BA;
}
.AnyTagClassName
{
color: #CAD3BA;
}
</style>
background-color css
<style>
a { background-color: #CAD3BA; }
a { background-color: rgb(202,211,186); }
div.DivClassName
{
background-color: #CAD3BA;
}
.BgClassName
{
background-color: #CAD3BA;
}
</style>
border-color css
<style>
span { border-color: #CAD3BA; }
span { border-color: rgb(202,211,186); }
td.TdClassName
{
border-color: #CAD3BA;
}
.TagClassName
{
border-color: #CAD3BA;
}
</style>