Shades of Harp #CBCDC4
Tints of Harp #CBCDC4
RGB
CMYK
RGB Variations
Color information
#CBCDC4 (or 0xCBCDC4) is known color: Harp. HEX triplet: CB, CD and C4. RGB value is (203,205,196). Sum of RGB (Red+Green+Blue) = 203+205+196=604 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.61% from 604); Green value is 205 (80.47% from 255 or 33.94% from 604); Blue value is 196 (76.95% from 255 or 32.45% from 604); Max value from RGB is 205 - color contains mainly: green. Hex color #CBCDC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCDC4 is #34323B. Grayscale: #CBCBCB. Windows color (decimal): -3420732 or 12897739. OLE color: 12897739.
HSL color Cylindrical-coordinate representation of color #CBCDC4: hue angle of 73.33º degrees, saturation: 0.08, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CBCDC4 is Cyan = 0.01, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
RGB | 203 | 205 | 196 | - |
CMYK | 0.01 | 0 | 0.04 | 0.20 |
HSL | 73.33º | 0.08% | 0.79% | - |
HSV(B) | 73.33º | 0.04% | 0.8% | - |
XYZ | 56.42 | 60.34 | 60.9 | - |
YUV | 203.38 | 123.84 | 127.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 205 | 196 | 0.01 | 0 | 0.04 | 0.20 | 73.33 | 0.08 | 0.79 |
Hex | CB | CD | C4 | 1 | 0 | 4 | 14 | 49 | 8 | 4F |
Octal | 313 | 315 | 304 | 1 | 0 | 4 | 24 | 111 | 10 | 117 |
Binary | 11001011 | 11001101 | 11000100 | 1 | 0 | 100 | 10100 | 1001001 | 1000 | 1001111 |
Color Harmonies of #CBCDC4
Complementary color
Monochromatic Colors of #CBCDC4
Black with #CBCDC4
Text Example
Text Example
White with #CBCDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCDC4; }
p { color: rgb(203,205,196); }
H1.HeaderClassName
{
color: #CBCDC4;
}
.AnyTagClassName
{
color: #CBCDC4;
}
</style>
background-color css
<style>
a { background-color: #CBCDC4; }
a { background-color: rgb(203,205,196); }
div.DivClassName
{
background-color: #CBCDC4;
}
.BgClassName
{
background-color: #CBCDC4;
}
</style>
border-color css
<style>
span { border-color: #CBCDC4; }
span { border-color: rgb(203,205,196); }
td.TdClassName
{
border-color: #CBCDC4;
}
.TagClassName
{
border-color: #CBCDC4;
}
</style>