Shades of Harp #CCCFBB
Tints of Harp #CCCFBB
RGB
CMYK
RGB Variations
Color information
#CCCFBB (or 0xCCCFBB) is known color: Harp. HEX triplet: CC, CF and BB. RGB value is (204,207,187). Sum of RGB (Red+Green+Blue) = 204+207+187=598 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.11% from 598); Green value is 207 (81.25% from 255 or 34.62% from 598); Blue value is 187 (73.44% from 255 or 31.27% from 598); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCFBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCFBB is #333044. Grayscale: #CBCBCB. Windows color (decimal): -3354693 or 12308428. OLE color: 12308428.
HSL color Cylindrical-coordinate representation of color #CCCFBB: hue angle of 69º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CCCFBB is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 207 | 187 | - |
| CMYK | 0.01 | 0 | 0.10 | 0.19 |
| HSL | 69º | 0.17% | 0.77% | - |
| HSV(B) | 69º | 0.1% | 0.81% | - |
| XYZ | 56.18 | 61.05 | 55.84 | - |
| YUV | 203.82 | 118.51 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 207 | 187 | 0.01 | 0 | 0.10 | 0.19 | 69 | 0.17 | 0.77 |
| Hex | CC | CF | BB | 1 | 0 | A | 13 | 45 | 11 | 4D |
| Octal | 314 | 317 | 273 | 1 | 0 | 12 | 23 | 105 | 21 | 115 |
| Binary | 11001100 | 11001111 | 10111011 | 1 | 0 | 1010 | 10011 | 1000101 | 10001 | 1001101 |
Color Harmonies of #CCCFBB
Complementary color
Monochromatic Colors of #CCCFBB
Black with #CCCFBB
Text Example
Text Example
White with #CCCFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCFBB; }
p { color: rgb(204,207,187); }
H1.HeaderClassName
{
color: #CCCFBB;
}
.AnyTagClassName
{
color: #CCCFBB;
}
</style>
background-color css
<style>
a { background-color: #CCCFBB; }
a { background-color: rgb(204,207,187); }
div.DivClassName
{
background-color: #CCCFBB;
}
.BgClassName
{
background-color: #CCCFBB;
}
</style>
border-color css
<style>
span { border-color: #CCCFBB; }
span { border-color: rgb(204,207,187); }
td.TdClassName
{
border-color: #CCCFBB;
}
.TagClassName
{
border-color: #CCCFBB;
}
</style>