Shades of Harp #CACDB6
Tints of Harp #CACDB6
RGB
CMYK
RGB Variations
Color information
#CACDB6 (or 0xCACDB6) is known color: Harp. HEX triplet: CA, CD and B6. RGB value is (202,205,182). Sum of RGB (Red+Green+Blue) = 202+205+182=589 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.30% from 589); Green value is 205 (80.47% from 255 or 34.80% from 589); Blue value is 182 (71.48% from 255 or 30.90% from 589); Max value from RGB is 205 - color contains mainly: green. Hex color #CACDB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACDB6 is #353249. Grayscale: #C9C9C9. Windows color (decimal): -3486282 or 11980234. OLE color: 11980234.
HSL color Cylindrical-coordinate representation of color #CACDB6: hue angle of 67.83º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CACDB6 is Cyan = 0.01, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 205 | 182 | - |
| CMYK | 0.01 | 0 | 0.11 | 0.20 |
| HSL | 67.83º | 0.19% | 0.76% | - |
| HSV(B) | 67.83º | 0.11% | 0.8% | - |
| XYZ | 54.63 | 59.6 | 52.88 | - |
| YUV | 201.48 | 117.01 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 205 | 182 | 0.01 | 0 | 0.11 | 0.20 | 67.83 | 0.19 | 0.76 |
| Hex | CA | CD | B6 | 1 | 0 | B | 14 | 44 | 13 | 4C |
| Octal | 312 | 315 | 266 | 1 | 0 | 13 | 24 | 104 | 23 | 114 |
| Binary | 11001010 | 11001101 | 10110110 | 1 | 0 | 1011 | 10100 | 1000100 | 10011 | 1001100 |
Color Harmonies of #CACDB6
Complementary color
Monochromatic Colors of #CACDB6
Black with #CACDB6
Text Example
Text Example
White with #CACDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACDB6; }
p { color: rgb(202,205,182); }
H1.HeaderClassName
{
color: #CACDB6;
}
.AnyTagClassName
{
color: #CACDB6;
}
</style>
background-color css
<style>
a { background-color: #CACDB6; }
a { background-color: rgb(202,205,182); }
div.DivClassName
{
background-color: #CACDB6;
}
.BgClassName
{
background-color: #CACDB6;
}
</style>
border-color css
<style>
span { border-color: #CACDB6; }
span { border-color: rgb(202,205,182); }
td.TdClassName
{
border-color: #CACDB6;
}
.TagClassName
{
border-color: #CACDB6;
}
</style>