Shades of Harp #CCCFBC
Tints of Harp #CCCFBC
RGB
CMYK
RGB Variations
Color information
#CCCFBC (or 0xCCCFBC) is known color: Harp. HEX triplet: CC, CF and BC. RGB value is (204,207,188). Sum of RGB (Red+Green+Blue) = 204+207+188=599 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.06% from 599); Green value is 207 (81.25% from 255 or 34.56% from 599); Blue value is 188 (73.83% from 255 or 31.39% from 599); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCFBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCFBC is #333043. Grayscale: #CCCCCC. Windows color (decimal): -3354692 or 12373964. OLE color: 12373964.
HSL color Cylindrical-coordinate representation of color #CCCFBC: hue angle of 69.47º 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 #CCCFBC is Cyan = 0.01, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 207 | 188 | - |
| CMYK | 0.01 | 0 | 0.09 | 0.19 |
| HSL | 69.47º | 0.17% | 0.77% | - |
| HSV(B) | 69.47º | 0.09% | 0.81% | - |
| XYZ | 56.29 | 61.09 | 56.4 | - |
| YUV | 203.94 | 119.01 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 207 | 188 | 0.01 | 0 | 0.09 | 0.19 | 69.47 | 0.17 | 0.77 |
| Hex | CC | CF | BC | 1 | 0 | 9 | 13 | 45 | 11 | 4D |
| Octal | 314 | 317 | 274 | 1 | 0 | 11 | 23 | 105 | 21 | 115 |
| Binary | 11001100 | 11001111 | 10111100 | 1 | 0 | 1001 | 10011 | 1000101 | 10001 | 1001101 |
Color Harmonies of #CCCFBC
Complementary color
Monochromatic Colors of #CCCFBC
Black with #CCCFBC
Text Example
Text Example
White with #CCCFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCFBC; }
p { color: rgb(204,207,188); }
H1.HeaderClassName
{
color: #CCCFBC;
}
.AnyTagClassName
{
color: #CCCFBC;
}
</style>
background-color css
<style>
a { background-color: #CCCFBC; }
a { background-color: rgb(204,207,188); }
div.DivClassName
{
background-color: #CCCFBC;
}
.BgClassName
{
background-color: #CCCFBC;
}
</style>
border-color css
<style>
span { border-color: #CCCFBC; }
span { border-color: rgb(204,207,188); }
td.TdClassName
{
border-color: #CCCFBC;
}
.TagClassName
{
border-color: #CCCFBC;
}
</style>