Shades of Harp #CACEBD
Tints of Harp #CACEBD
RGB
CMYK
RGB Variations
Color information
#CACEBD (or 0xCACEBD) is known color: Harp. HEX triplet: CA, CE and BD. RGB value is (202,206,189). Sum of RGB (Red+Green+Blue) = 202+206+189=597 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.84% from 597); Green value is 206 (80.86% from 255 or 34.51% from 597); Blue value is 189 (74.22% from 255 or 31.66% from 597); Max value from RGB is 206 - color contains mainly: green. Hex color #CACEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACEBD is #353142. Grayscale: #CACACA. Windows color (decimal): -3486019 or 12439242. OLE color: 12439242.
HSL color Cylindrical-coordinate representation of color #CACEBD: hue angle of 74.12º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CACEBD is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 206 | 189 | - |
| CMYK | 0.02 | 0 | 0.08 | 0.19 |
| HSL | 74.12º | 0.15% | 0.77% | - |
| HSV(B) | 74.12º | 0.08% | 0.81% | - |
| XYZ | 55.61 | 60.37 | 56.87 | - |
| YUV | 202.87 | 120.17 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 206 | 189 | 0.02 | 0 | 0.08 | 0.19 | 74.12 | 0.15 | 0.77 |
| Hex | CA | CE | BD | 2 | 0 | 8 | 13 | 4A | F | 4D |
| Octal | 312 | 316 | 275 | 2 | 0 | 10 | 23 | 112 | 17 | 115 |
| Binary | 11001010 | 11001110 | 10111101 | 10 | 0 | 1000 | 10011 | 1001010 | 1111 | 1001101 |
Color Harmonies of #CACEBD
Complementary color
Monochromatic Colors of #CACEBD
Black with #CACEBD
Text Example
Text Example
White with #CACEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACEBD; }
p { color: rgb(202,206,189); }
H1.HeaderClassName
{
color: #CACEBD;
}
.AnyTagClassName
{
color: #CACEBD;
}
</style>
background-color css
<style>
a { background-color: #CACEBD; }
a { background-color: rgb(202,206,189); }
div.DivClassName
{
background-color: #CACEBD;
}
.BgClassName
{
background-color: #CACEBD;
}
</style>
border-color css
<style>
span { border-color: #CACEBD; }
span { border-color: rgb(202,206,189); }
td.TdClassName
{
border-color: #CACEBD;
}
.TagClassName
{
border-color: #CACEBD;
}
</style>