Shades of Harp #CACEB4
Tints of Harp #CACEB4
RGB
CMYK
RGB Variations
Color information
#CACEB4 (or 0xCACEB4) is known color: Harp. HEX triplet: CA, CE and B4. RGB value is (202,206,180). Sum of RGB (Red+Green+Blue) = 202+206+180=588 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.35% from 588); Green value is 206 (80.86% from 255 or 35.03% from 588); Blue value is 180 (70.70% from 255 or 30.61% from 588); Max value from RGB is 206 - color contains mainly: green. Hex color #CACEB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACEB4 is #35314B. Grayscale: #C9C9C9. Windows color (decimal): -3486028 or 11849418. OLE color: 11849418.
HSL color Cylindrical-coordinate representation of color #CACEB4: hue angle of 69.23º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CACEB4 is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 206 | 180 | - |
| CMYK | 0.02 | 0 | 0.13 | 0.19 |
| HSL | 69.23º | 0.21% | 0.76% | - |
| HSV(B) | 69.23º | 0.13% | 0.81% | - |
| XYZ | 54.67 | 59.99 | 51.88 | - |
| YUV | 201.84 | 115.67 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 206 | 180 | 0.02 | 0 | 0.13 | 0.19 | 69.23 | 0.21 | 0.76 |
| Hex | CA | CE | B4 | 2 | 0 | D | 13 | 45 | 15 | 4C |
| Octal | 312 | 316 | 264 | 2 | 0 | 15 | 23 | 105 | 25 | 114 |
| Binary | 11001010 | 11001110 | 10110100 | 10 | 0 | 1101 | 10011 | 1000101 | 10101 | 1001100 |
Color Harmonies of #CACEB4
Complementary color
Monochromatic Colors of #CACEB4
Black with #CACEB4
Text Example
Text Example
White with #CACEB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACEB4; }
p { color: rgb(202,206,180); }
H1.HeaderClassName
{
color: #CACEB4;
}
.AnyTagClassName
{
color: #CACEB4;
}
</style>
background-color css
<style>
a { background-color: #CACEB4; }
a { background-color: rgb(202,206,180); }
div.DivClassName
{
background-color: #CACEB4;
}
.BgClassName
{
background-color: #CACEB4;
}
</style>
border-color css
<style>
span { border-color: #CACEB4; }
span { border-color: rgb(202,206,180); }
td.TdClassName
{
border-color: #CACEB4;
}
.TagClassName
{
border-color: #CACEB4;
}
</style>