Shades of Harp #CBCFBC
Tints of Harp #CBCFBC
RGB
CMYK
RGB Variations
Color information
#CBCFBC (or 0xCBCFBC) is known color: Harp. HEX triplet: CB, CF and BC. RGB value is (203,207,188). Sum of RGB (Red+Green+Blue) = 203+207+188=598 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.95% from 598); Green value is 207 (81.25% from 255 or 34.62% from 598); Blue value is 188 (73.83% from 255 or 31.44% from 598); Max value from RGB is 207 - color contains mainly: green. Hex color #CBCFBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCFBC is #343043. Grayscale: #CBCBCB. Windows color (decimal): -3420228 or 12373963. OLE color: 12373963.
HSL color Cylindrical-coordinate representation of color #CBCFBC: hue angle of 72.63º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CBCFBC is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 207 | 188 | - |
| CMYK | 0.02 | 0 | 0.09 | 0.19 |
| HSL | 72.63º | 0.17% | 0.77% | - |
| HSV(B) | 72.63º | 0.09% | 0.81% | - |
| XYZ | 56.02 | 60.95 | 56.39 | - |
| YUV | 203.64 | 119.17 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 207 | 188 | 0.02 | 0 | 0.09 | 0.19 | 72.63 | 0.17 | 0.77 |
| Hex | CB | CF | BC | 2 | 0 | 9 | 13 | 49 | 11 | 4D |
| Octal | 313 | 317 | 274 | 2 | 0 | 11 | 23 | 111 | 21 | 115 |
| Binary | 11001011 | 11001111 | 10111100 | 10 | 0 | 1001 | 10011 | 1001001 | 10001 | 1001101 |
Color Harmonies of #CBCFBC
Complementary color
Monochromatic Colors of #CBCFBC
Black with #CBCFBC
Text Example
Text Example
White with #CBCFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCFBC; }
p { color: rgb(203,207,188); }
H1.HeaderClassName
{
color: #CBCFBC;
}
.AnyTagClassName
{
color: #CBCFBC;
}
</style>
background-color css
<style>
a { background-color: #CBCFBC; }
a { background-color: rgb(203,207,188); }
div.DivClassName
{
background-color: #CBCFBC;
}
.BgClassName
{
background-color: #CBCFBC;
}
</style>
border-color css
<style>
span { border-color: #CBCFBC; }
span { border-color: rgb(203,207,188); }
td.TdClassName
{
border-color: #CBCFBC;
}
.TagClassName
{
border-color: #CBCFBC;
}
</style>