Shades of Harp #CBCEC4
Tints of Harp #CBCEC4
RGB
CMYK
RGB Variations
Color information
#CBCEC4 (or 0xCBCEC4) is known color: Harp. HEX triplet: CB, CE and C4. RGB value is (203,206,196). Sum of RGB (Red+Green+Blue) = 203+206+196=605 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.55% from 605); Green value is 206 (80.86% from 255 or 34.05% from 605); Blue value is 196 (76.95% from 255 or 32.40% from 605); Max value from RGB is 206 - color contains mainly: green. Hex color #CBCEC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCEC4 is #34313B. Grayscale: #CCCCCC. Windows color (decimal): -3420476 or 12897995. OLE color: 12897995.
HSL color Cylindrical-coordinate representation of color #CBCEC4: hue angle of 78º degrees, saturation: 0.09, 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 #CBCEC4 is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
RGB | 203 | 206 | 196 | - |
CMYK | 0.01 | 0 | 0.05 | 0.19 |
HSL | 78º | 0.09% | 0.79% | - |
HSV(B) | 78º | 0.05% | 0.81% | - |
XYZ | 56.66 | 60.82 | 60.98 | - |
YUV | 203.96 | 123.51 | 127.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 206 | 196 | 0.01 | 0 | 0.05 | 0.19 | 78 | 0.09 | 0.79 |
Hex | CB | CE | C4 | 1 | 0 | 5 | 13 | 4E | 9 | 4F |
Octal | 313 | 316 | 304 | 1 | 0 | 5 | 23 | 116 | 11 | 117 |
Binary | 11001011 | 11001110 | 11000100 | 1 | 0 | 101 | 10011 | 1001110 | 1001 | 1001111 |
Color Harmonies of #CBCEC4
Complementary color
Monochromatic Colors of #CBCEC4
Black with #CBCEC4
Text Example
Text Example
White with #CBCEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCEC4; }
p { color: rgb(203,206,196); }
H1.HeaderClassName
{
color: #CBCEC4;
}
.AnyTagClassName
{
color: #CBCEC4;
}
</style>
background-color css
<style>
a { background-color: #CBCEC4; }
a { background-color: rgb(203,206,196); }
div.DivClassName
{
background-color: #CBCEC4;
}
.BgClassName
{
background-color: #CBCEC4;
}
</style>
border-color css
<style>
span { border-color: #CBCEC4; }
span { border-color: rgb(203,206,196); }
td.TdClassName
{
border-color: #CBCEC4;
}
.TagClassName
{
border-color: #CBCEC4;
}
</style>