Shades of Harp #CBCEC3
Tints of Harp #CBCEC3
RGB
CMYK
RGB Variations
Color information
#CBCEC3 (or 0xCBCEC3) is known color: Harp. HEX triplet: CB, CE and C3. RGB value is (203,206,195). Sum of RGB (Red+Green+Blue) = 203+206+195=604 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.61% from 604); Green value is 206 (80.86% from 255 or 34.11% from 604); Blue value is 195 (76.56% from 255 or 32.28% from 604); Max value from RGB is 206 - color contains mainly: green. Hex color #CBCEC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCEC3 is #34313C. Grayscale: #CBCBCB. Windows color (decimal): -3420477 or 12832459. OLE color: 12832459.
HSL color Cylindrical-coordinate representation of color #CBCEC3: hue angle of 76.36º degrees, saturation: 0.1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CBCEC3 is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
RGB | 203 | 206 | 195 | - |
CMYK | 0.01 | 0 | 0.05 | 0.19 |
HSL | 76.36º | 0.1% | 0.79% | - |
HSV(B) | 76.36º | 0.05% | 0.81% | - |
XYZ | 56.55 | 60.78 | 60.38 | - |
YUV | 203.85 | 123.01 | 127.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 206 | 195 | 0.01 | 0 | 0.05 | 0.19 | 76.36 | 0.1 | 0.79 |
Hex | CB | CE | C3 | 1 | 0 | 5 | 13 | 4C | A | 4F |
Octal | 313 | 316 | 303 | 1 | 0 | 5 | 23 | 114 | 12 | 117 |
Binary | 11001011 | 11001110 | 11000011 | 1 | 0 | 101 | 10011 | 1001100 | 1010 | 1001111 |
Color Harmonies of #CBCEC3
Complementary color
Monochromatic Colors of #CBCEC3
Black with #CBCEC3
Text Example
Text Example
White with #CBCEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCEC3; }
p { color: rgb(203,206,195); }
H1.HeaderClassName
{
color: #CBCEC3;
}
.AnyTagClassName
{
color: #CBCEC3;
}
</style>
background-color css
<style>
a { background-color: #CBCEC3; }
a { background-color: rgb(203,206,195); }
div.DivClassName
{
background-color: #CBCEC3;
}
.BgClassName
{
background-color: #CBCEC3;
}
</style>
border-color css
<style>
span { border-color: #CBCEC3; }
span { border-color: rgb(203,206,195); }
td.TdClassName
{
border-color: #CBCEC3;
}
.TagClassName
{
border-color: #CBCEC3;
}
</style>