Shades of Harp #CCCFC3
Tints of Harp #CCCFC3
RGB
CMYK
RGB Variations
Color information
#CCCFC3 (or 0xCCCFC3) is known color: Harp. HEX triplet: CC, CF and C3. RGB value is (204,207,195). Sum of RGB (Red+Green+Blue) = 204+207+195=606 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.66% from 606); Green value is 207 (81.25% from 255 or 34.16% from 606); Blue value is 195 (76.56% from 255 or 32.18% from 606); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCFC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCFC3 is #33303C. Grayscale: #CCCCCC. Windows color (decimal): -3354685 or 12832716. OLE color: 12832716.
HSL color Cylindrical-coordinate representation of color #CCCFC3: hue angle of 75º degrees, saturation: 0.11, 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 #CCCFC3 is Cyan = 0.01, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
RGB | 204 | 207 | 195 | - |
CMYK | 0.01 | 0 | 0.06 | 0.19 |
HSL | 75º | 0.11% | 0.79% | - |
HSV(B) | 75º | 0.06% | 0.81% | - |
XYZ | 57.06 | 61.4 | 60.47 | - |
YUV | 204.74 | 122.51 | 127.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 207 | 195 | 0.01 | 0 | 0.06 | 0.19 | 75 | 0.11 | 0.79 |
Hex | CC | CF | C3 | 1 | 0 | 6 | 13 | 4B | B | 4F |
Octal | 314 | 317 | 303 | 1 | 0 | 6 | 23 | 113 | 13 | 117 |
Binary | 11001100 | 11001111 | 11000011 | 1 | 0 | 110 | 10011 | 1001011 | 1011 | 1001111 |
Color Harmonies of #CCCFC3
Complementary color
Monochromatic Colors of #CCCFC3
Black with #CCCFC3
Text Example
Text Example
White with #CCCFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCFC3; }
p { color: rgb(204,207,195); }
H1.HeaderClassName
{
color: #CCCFC3;
}
.AnyTagClassName
{
color: #CCCFC3;
}
</style>
background-color css
<style>
a { background-color: #CCCFC3; }
a { background-color: rgb(204,207,195); }
div.DivClassName
{
background-color: #CCCFC3;
}
.BgClassName
{
background-color: #CCCFC3;
}
</style>
border-color css
<style>
span { border-color: #CCCFC3; }
span { border-color: rgb(204,207,195); }
td.TdClassName
{
border-color: #CCCFC3;
}
.TagClassName
{
border-color: #CCCFC3;
}
</style>