Shades of Harp #CCCEBA
Tints of Harp #CCCEBA
RGB
CMYK
RGB Variations
Color information
#CCCEBA (or 0xCCCEBA) is known color: Harp. HEX triplet: CC, CE and BA. RGB value is (204,206,186). Sum of RGB (Red+Green+Blue) = 204+206+186=596 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.23% from 596); Green value is 206 (80.86% from 255 or 34.56% from 596); Blue value is 186 (73.05% from 255 or 31.21% from 596); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCEBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCEBA is #333145. Grayscale: #CBCBCB. Windows color (decimal): -3354950 or 12242636. OLE color: 12242636.
HSL color Cylindrical-coordinate representation of color #CCCEBA: hue angle of 66º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CCCEBA is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 206 | 186 | - |
| CMYK | 0.01 | 0 | 0.10 | 0.19 |
| HSL | 66º | 0.17% | 0.77% | - |
| HSV(B) | 66º | 0.1% | 0.81% | - |
| XYZ | 55.84 | 60.53 | 55.19 | - |
| YUV | 203.12 | 118.34 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 206 | 186 | 0.01 | 0 | 0.10 | 0.19 | 66 | 0.17 | 0.77 |
| Hex | CC | CE | BA | 1 | 0 | A | 13 | 42 | 11 | 4D |
| Octal | 314 | 316 | 272 | 1 | 0 | 12 | 23 | 102 | 21 | 115 |
| Binary | 11001100 | 11001110 | 10111010 | 1 | 0 | 1010 | 10011 | 1000010 | 10001 | 1001101 |
Color Harmonies of #CCCEBA
Complementary color
Monochromatic Colors of #CCCEBA
Black with #CCCEBA
Text Example
Text Example
White with #CCCEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCEBA; }
p { color: rgb(204,206,186); }
H1.HeaderClassName
{
color: #CCCEBA;
}
.AnyTagClassName
{
color: #CCCEBA;
}
</style>
background-color css
<style>
a { background-color: #CCCEBA; }
a { background-color: rgb(204,206,186); }
div.DivClassName
{
background-color: #CCCEBA;
}
.BgClassName
{
background-color: #CCCEBA;
}
</style>
border-color css
<style>
span { border-color: #CCCEBA; }
span { border-color: rgb(204,206,186); }
td.TdClassName
{
border-color: #CCCEBA;
}
.TagClassName
{
border-color: #CCCEBA;
}
</style>