Shades of Harp #CACEBB
Tints of Harp #CACEBB
RGB
CMYK
RGB Variations
Color information
#CACEBB (or 0xCACEBB) is known color: Harp. HEX triplet: CA, CE and BB. RGB value is (202,206,187). Sum of RGB (Red+Green+Blue) = 202+206+187=595 (78% of max value = 765). Red value is 202 (79.30% from 255 or 33.95% from 595); Green value is 206 (80.86% from 255 or 34.62% from 595); Blue value is 187 (73.44% from 255 or 31.43% from 595); Max value from RGB is 206 - color contains mainly: green. Hex color #CACEBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACEBB is #353144. Grayscale: #CACACA. Windows color (decimal): -3486021 or 12308170. OLE color: 12308170.
HSL color Cylindrical-coordinate representation of color #CACEBB: hue angle of 72.63º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CACEBB is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 206 | 187 | - |
| CMYK | 0.02 | 0 | 0.09 | 0.19 |
| HSL | 72.63º | 0.16% | 0.77% | - |
| HSV(B) | 72.63º | 0.09% | 0.81% | - |
| XYZ | 55.4 | 60.29 | 55.73 | - |
| YUV | 202.64 | 119.17 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 206 | 187 | 0.02 | 0 | 0.09 | 0.19 | 72.63 | 0.16 | 0.77 |
| Hex | CA | CE | BB | 2 | 0 | 9 | 13 | 49 | 10 | 4D |
| Octal | 312 | 316 | 273 | 2 | 0 | 11 | 23 | 111 | 20 | 115 |
| Binary | 11001010 | 11001110 | 10111011 | 10 | 0 | 1001 | 10011 | 1001001 | 10000 | 1001101 |
Color Harmonies of #CACEBB
Complementary color
Monochromatic Colors of #CACEBB
Black with #CACEBB
Text Example
Text Example
White with #CACEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACEBB; }
p { color: rgb(202,206,187); }
H1.HeaderClassName
{
color: #CACEBB;
}
.AnyTagClassName
{
color: #CACEBB;
}
</style>
background-color css
<style>
a { background-color: #CACEBB; }
a { background-color: rgb(202,206,187); }
div.DivClassName
{
background-color: #CACEBB;
}
.BgClassName
{
background-color: #CACEBB;
}
</style>
border-color css
<style>
span { border-color: #CACEBB; }
span { border-color: rgb(202,206,187); }
td.TdClassName
{
border-color: #CACEBB;
}
.TagClassName
{
border-color: #CACEBB;
}
</style>