Shades of Harp #CBCFC0
Tints of Harp #CBCFC0
RGB
CMYK
RGB Variations
Color information
#CBCFC0 (or 0xCBCFC0) is known color: Harp. HEX triplet: CB, CF and C0. RGB value is (203,207,192). Sum of RGB (Red+Green+Blue) = 203+207+192=602 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.72% from 602); Green value is 207 (81.25% from 255 or 34.39% from 602); Blue value is 192 (75.39% from 255 or 31.89% from 602); Max value from RGB is 207 - color contains mainly: green. Hex color #CBCFC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCFC0 is #34303F. Grayscale: #CCCCCC. Windows color (decimal): -3420224 or 12636107. OLE color: 12636107.
HSL color Cylindrical-coordinate representation of color #CBCFC0: hue angle of 76º degrees, saturation: 0.14, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CBCFC0 is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 207 | 192 | - |
| CMYK | 0.02 | 0 | 0.07 | 0.19 |
| HSL | 76º | 0.14% | 0.78% | - |
| HSV(B) | 76º | 0.07% | 0.81% | - |
| XYZ | 56.46 | 61.13 | 58.69 | - |
| YUV | 204.09 | 121.17 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 207 | 192 | 0.02 | 0 | 0.07 | 0.19 | 76 | 0.14 | 0.78 |
| Hex | CB | CF | C0 | 2 | 0 | 7 | 13 | 4C | E | 4E |
| Octal | 313 | 317 | 300 | 2 | 0 | 7 | 23 | 114 | 16 | 116 |
| Binary | 11001011 | 11001111 | 11000000 | 10 | 0 | 111 | 10011 | 1001100 | 1110 | 1001110 |
Color Harmonies of #CBCFC0
Complementary color
Monochromatic Colors of #CBCFC0
Black with #CBCFC0
Text Example
Text Example
White with #CBCFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCFC0; }
p { color: rgb(203,207,192); }
H1.HeaderClassName
{
color: #CBCFC0;
}
.AnyTagClassName
{
color: #CBCFC0;
}
</style>
background-color css
<style>
a { background-color: #CBCFC0; }
a { background-color: rgb(203,207,192); }
div.DivClassName
{
background-color: #CBCFC0;
}
.BgClassName
{
background-color: #CBCFC0;
}
</style>
border-color css
<style>
span { border-color: #CBCFC0; }
span { border-color: rgb(203,207,192); }
td.TdClassName
{
border-color: #CBCFC0;
}
.TagClassName
{
border-color: #CBCFC0;
}
</style>