Shades of Harp #CAD1B6
Tints of Harp #CAD1B6
RGB
CMYK
RGB Variations
Color information
#CAD1B6 (or 0xCAD1B6) is known color: Harp. HEX triplet: CA, D1 and B6. RGB value is (202,209,182). Sum of RGB (Red+Green+Blue) = 202+209+182=593 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.06% from 593); Green value is 209 (82.03% from 255 or 35.24% from 593); Blue value is 182 (71.48% from 255 or 30.69% from 593); Max value from RGB is 209 - color contains mainly: green. Hex color #CAD1B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD1B6 is #352E49. Grayscale: #CBCBCB. Windows color (decimal): -3485258 or 11981258. OLE color: 11981258.
HSL color Cylindrical-coordinate representation of color #CAD1B6: hue angle of 75.56º degrees, saturation: 0.23, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CAD1B6 is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
RGB | 202 | 209 | 182 | - |
CMYK | 0.03 | 0 | 0.13 | 0.18 |
HSL | 75.56º | 0.23% | 0.77% | - |
HSV(B) | 75.56º | 0.13% | 0.82% | - |
XYZ | 55.6 | 61.53 | 53.2 | - |
YUV | 203.83 | 115.68 | 126.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 209 | 182 | 0.03 | 0 | 0.13 | 0.18 | 75.56 | 0.23 | 0.77 |
Hex | CA | D1 | B6 | 3 | 0 | D | 12 | 4C | 17 | 4D |
Octal | 312 | 321 | 266 | 3 | 0 | 15 | 22 | 114 | 27 | 115 |
Binary | 11001010 | 11010001 | 10110110 | 11 | 0 | 1101 | 10010 | 1001100 | 10111 | 1001101 |
Color Harmonies of #CAD1B6
Complementary color
Monochromatic Colors of #CAD1B6
Black with #CAD1B6
Text Example
Text Example
White with #CAD1B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD1B6; }
p { color: rgb(202,209,182); }
H1.HeaderClassName
{
color: #CAD1B6;
}
.AnyTagClassName
{
color: #CAD1B6;
}
</style>
background-color css
<style>
a { background-color: #CAD1B6; }
a { background-color: rgb(202,209,182); }
div.DivClassName
{
background-color: #CAD1B6;
}
.BgClassName
{
background-color: #CAD1B6;
}
</style>
border-color css
<style>
span { border-color: #CAD1B6; }
span { border-color: rgb(202,209,182); }
td.TdClassName
{
border-color: #CAD1B6;
}
.TagClassName
{
border-color: #CAD1B6;
}
</style>