Shades of Harp #CACEBF
Tints of Harp #CACEBF
RGB
CMYK
RGB Variations
Color information
#CACEBF (or 0xCACEBF) is known color: Harp. HEX triplet: CA, CE and BF. RGB value is (202,206,191). Sum of RGB (Red+Green+Blue) = 202+206+191=599 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.72% from 599); Green value is 206 (80.86% from 255 or 34.39% from 599); Blue value is 191 (75% from 255 or 31.89% from 599); Max value from RGB is 206 - color contains mainly: green. Hex color #CACEBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACEBF is #353140. Grayscale: #CBCBCB. Windows color (decimal): -3486017 or 12570314. OLE color: 12570314.
HSL color Cylindrical-coordinate representation of color #CACEBF: hue angle of 76º degrees, saturation: 0.13, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CACEBF is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 206 | 191 | - |
| CMYK | 0.02 | 0 | 0.07 | 0.19 |
| HSL | 76º | 0.13% | 0.78% | - |
| HSV(B) | 76º | 0.07% | 0.81% | - |
| XYZ | 55.83 | 60.46 | 58.02 | - |
| YUV | 203.09 | 121.17 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 206 | 191 | 0.02 | 0 | 0.07 | 0.19 | 76 | 0.13 | 0.78 |
| Hex | CA | CE | BF | 2 | 0 | 7 | 13 | 4C | D | 4E |
| Octal | 312 | 316 | 277 | 2 | 0 | 7 | 23 | 114 | 15 | 116 |
| Binary | 11001010 | 11001110 | 10111111 | 10 | 0 | 111 | 10011 | 1001100 | 1101 | 1001110 |
Color Harmonies of #CACEBF
Complementary color
Monochromatic Colors of #CACEBF
Black with #CACEBF
Text Example
Text Example
White with #CACEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACEBF; }
p { color: rgb(202,206,191); }
H1.HeaderClassName
{
color: #CACEBF;
}
.AnyTagClassName
{
color: #CACEBF;
}
</style>
background-color css
<style>
a { background-color: #CACEBF; }
a { background-color: rgb(202,206,191); }
div.DivClassName
{
background-color: #CACEBF;
}
.BgClassName
{
background-color: #CACEBF;
}
</style>
border-color css
<style>
span { border-color: #CACEBF; }
span { border-color: rgb(202,206,191); }
td.TdClassName
{
border-color: #CACEBF;
}
.TagClassName
{
border-color: #CACEBF;
}
</style>