Shades of Harp #CCCFC2
Tints of Harp #CCCFC2
RGB
CMYK
RGB Variations
Color information
#CCCFC2 (or 0xCCCFC2) is known color: Harp. HEX triplet: CC, CF and C2. RGB value is (204,207,194). Sum of RGB (Red+Green+Blue) = 204+207+194=605 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.72% from 605); Green value is 207 (81.25% from 255 or 34.21% from 605); Blue value is 194 (76.17% from 255 or 32.07% from 605); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCFC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCFC2 is #33303D. Grayscale: #CCCCCC. Windows color (decimal): -3354686 or 12767180. OLE color: 12767180.
HSL color Cylindrical-coordinate representation of color #CCCFC2: hue angle of 73.85º degrees, saturation: 0.12, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CCCFC2 is Cyan = 0.01, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
RGB | 204 | 207 | 194 | - |
CMYK | 0.01 | 0 | 0.06 | 0.19 |
HSL | 73.85º | 0.12% | 0.79% | - |
HSV(B) | 73.85º | 0.06% | 0.81% | - |
XYZ | 56.95 | 61.36 | 59.88 | - |
YUV | 204.62 | 122.01 | 127.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 207 | 194 | 0.01 | 0 | 0.06 | 0.19 | 73.85 | 0.12 | 0.79 |
Hex | CC | CF | C2 | 1 | 0 | 6 | 13 | 4A | C | 4F |
Octal | 314 | 317 | 302 | 1 | 0 | 6 | 23 | 112 | 14 | 117 |
Binary | 11001100 | 11001111 | 11000010 | 1 | 0 | 110 | 10011 | 1001010 | 1100 | 1001111 |
Color Harmonies of #CCCFC2
Complementary color
Monochromatic Colors of #CCCFC2
Black with #CCCFC2
Text Example
Text Example
White with #CCCFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCFC2; }
p { color: rgb(204,207,194); }
H1.HeaderClassName
{
color: #CCCFC2;
}
.AnyTagClassName
{
color: #CCCFC2;
}
</style>
background-color css
<style>
a { background-color: #CCCFC2; }
a { background-color: rgb(204,207,194); }
div.DivClassName
{
background-color: #CCCFC2;
}
.BgClassName
{
background-color: #CCCFC2;
}
</style>
border-color css
<style>
span { border-color: #CCCFC2; }
span { border-color: rgb(204,207,194); }
td.TdClassName
{
border-color: #CCCFC2;
}
.TagClassName
{
border-color: #CCCFC2;
}
</style>