Shades of French Grey #CCCACF
Tints of French Grey #CCCACF
RGB
CMYK
RGB Variations
Color information
#CCCACF (or 0xCCCACF) is known color: French Grey. HEX triplet: CC, CA and CF. RGB value is (204,202,207). Sum of RGB (Red+Green+Blue) = 204+202+207=613 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.28% from 613); Green value is 202 (79.30% from 255 or 32.95% from 613); Blue value is 207 (81.25% from 255 or 33.77% from 613); Max value from RGB is 207 - color contains mainly: blue. Hex color #CCCACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCACF is #333530. Grayscale: #CBCBCB. Windows color (decimal): -3355953 or 13617868. OLE color: 13617868.
HSL color Cylindrical-coordinate representation of color #CCCACF: hue angle of 264º degrees, saturation: 0.05, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CCCACF is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 202 | 207 | - |
| CMYK | 0.01 | 0.02 | 0 | 0.19 |
| HSL | 264º | 0.05% | 0.8% | - |
| HSV(B) | 264º | 0.02% | 0.81% | - |
| XYZ | 57.28 | 59.58 | 67.51 | - |
| YUV | 203.17 | 130.16 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 202 | 207 | 0.01 | 0.02 | 0 | 0.19 | 264 | 0.05 | 0.8 |
| Hex | CC | CA | CF | 1 | 2 | 0 | 13 | 108 | 5 | 50 |
| Octal | 314 | 312 | 317 | 1 | 2 | 0 | 23 | 410 | 5 | 120 |
| Binary | 11001100 | 11001010 | 11001111 | 1 | 10 | 0 | 10011 | 100001000 | 101 | 1010000 |
Color Harmonies of #CCCACF
Complementary color
Monochromatic Colors of #CCCACF
Black with #CCCACF
Text Example
Text Example
White with #CCCACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCACF; }
p { color: rgb(204,202,207); }
H1.HeaderClassName
{
color: #CCCACF;
}
.AnyTagClassName
{
color: #CCCACF;
}
</style>
background-color css
<style>
a { background-color: #CCCACF; }
a { background-color: rgb(204,202,207); }
div.DivClassName
{
background-color: #CCCACF;
}
.BgClassName
{
background-color: #CCCACF;
}
</style>
border-color css
<style>
span { border-color: #CCCACF; }
span { border-color: rgb(204,202,207); }
td.TdClassName
{
border-color: #CCCACF;
}
.TagClassName
{
border-color: #CCCACF;
}
</style>