Shades of Harp #CACDBB
Tints of Harp #CACDBB
RGB
CMYK
RGB Variations
Color information
#CACDBB (or 0xCACDBB) is known color: Harp. HEX triplet: CA, CD and BB. RGB value is (202,205,187). Sum of RGB (Red+Green+Blue) = 202+205+187=594 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.01% from 594); Green value is 205 (80.47% from 255 or 34.51% from 594); Blue value is 187 (73.44% from 255 or 31.48% from 594); Max value from RGB is 205 - color contains mainly: green. Hex color #CACDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACDBB is #353244. Grayscale: #CACACA. Windows color (decimal): -3486277 or 12307914. OLE color: 12307914.
HSL color Cylindrical-coordinate representation of color #CACDBB: hue angle of 70º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CACDBB is Cyan = 0.01, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
RGB | 202 | 205 | 187 | - |
CMYK | 0.01 | 0 | 0.09 | 0.20 |
HSL | 70º | 0.15% | 0.77% | - |
HSV(B) | 70º | 0.09% | 0.8% | - |
XYZ | 55.16 | 59.81 | 55.65 | - |
YUV | 202.05 | 119.51 | 127.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 205 | 187 | 0.01 | 0 | 0.09 | 0.20 | 70 | 0.15 | 0.77 |
Hex | CA | CD | BB | 1 | 0 | 9 | 14 | 46 | F | 4D |
Octal | 312 | 315 | 273 | 1 | 0 | 11 | 24 | 106 | 17 | 115 |
Binary | 11001010 | 11001101 | 10111011 | 1 | 0 | 1001 | 10100 | 1000110 | 1111 | 1001101 |
Color Harmonies of #CACDBB
Complementary color
Monochromatic Colors of #CACDBB
Black with #CACDBB
Text Example
Text Example
White with #CACDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACDBB; }
p { color: rgb(202,205,187); }
H1.HeaderClassName
{
color: #CACDBB;
}
.AnyTagClassName
{
color: #CACDBB;
}
</style>
background-color css
<style>
a { background-color: #CACDBB; }
a { background-color: rgb(202,205,187); }
div.DivClassName
{
background-color: #CACDBB;
}
.BgClassName
{
background-color: #CACDBB;
}
</style>
border-color css
<style>
span { border-color: #CACDBB; }
span { border-color: rgb(202,205,187); }
td.TdClassName
{
border-color: #CACDBB;
}
.TagClassName
{
border-color: #CACDBB;
}
</style>