Shades of Harp #CCCFC1
Tints of Harp #CCCFC1
RGB
CMYK
RGB Variations
Color information
#CCCFC1 (or 0xCCCFC1) is known color: Harp. HEX triplet: CC, CF and C1. RGB value is (204,207,193). Sum of RGB (Red+Green+Blue) = 204+207+193=604 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.77% from 604); Green value is 207 (81.25% from 255 or 34.27% from 604); Blue value is 193 (75.78% from 255 or 31.95% from 604); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCFC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCFC1 is #33303E. Grayscale: #CCCCCC. Windows color (decimal): -3354687 or 12701644. OLE color: 12701644.
HSL color Cylindrical-coordinate representation of color #CCCFC1: hue angle of 72.86º degrees, saturation: 0.13, 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 #CCCFC1 is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
RGB | 204 | 207 | 193 | - |
CMYK | 0.01 | 0 | 0.07 | 0.19 |
HSL | 72.86º | 0.13% | 0.78% | - |
HSV(B) | 72.86º | 0.07% | 0.81% | - |
XYZ | 56.84 | 61.31 | 59.29 | - |
YUV | 204.51 | 121.51 | 127.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 207 | 193 | 0.01 | 0 | 0.07 | 0.19 | 72.86 | 0.13 | 0.78 |
Hex | CC | CF | C1 | 1 | 0 | 7 | 13 | 49 | D | 4E |
Octal | 314 | 317 | 301 | 1 | 0 | 7 | 23 | 111 | 15 | 116 |
Binary | 11001100 | 11001111 | 11000001 | 1 | 0 | 111 | 10011 | 1001001 | 1101 | 1001110 |
Color Harmonies of #CCCFC1
Complementary color
Monochromatic Colors of #CCCFC1
Black with #CCCFC1
Text Example
Text Example
White with #CCCFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCFC1; }
p { color: rgb(204,207,193); }
H1.HeaderClassName
{
color: #CCCFC1;
}
.AnyTagClassName
{
color: #CCCFC1;
}
</style>
background-color css
<style>
a { background-color: #CCCFC1; }
a { background-color: rgb(204,207,193); }
div.DivClassName
{
background-color: #CCCFC1;
}
.BgClassName
{
background-color: #CCCFC1;
}
</style>
border-color css
<style>
span { border-color: #CCCFC1; }
span { border-color: rgb(204,207,193); }
td.TdClassName
{
border-color: #CCCFC1;
}
.TagClassName
{
border-color: #CCCFC1;
}
</style>