Shades of French Grey #CAC7CE
Tints of French Grey #CAC7CE
RGB
CMYK
RGB Variations
Color information
#CAC7CE (or 0xCAC7CE) is known color: French Grey. HEX triplet: CA, C7 and CE. RGB value is (202,199,206). Sum of RGB (Red+Green+Blue) = 202+199+206=607 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.28% from 607); Green value is 199 (78.12% from 255 or 32.78% from 607); Blue value is 206 (80.86% from 255 or 33.94% from 607); Max value from RGB is 206 - color contains mainly: blue. Hex color #CAC7CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC7CE is #353831. Grayscale: #C8C8C8. Windows color (decimal): -3487794 or 13551562. OLE color: 13551562.
HSL color Cylindrical-coordinate representation of color #CAC7CE: hue angle of 265.71º degrees, saturation: 0.07, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CAC7CE is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 199 | 206 | - |
| CMYK | 0.02 | 0.03 | 0 | 0.19 |
| HSL | 265.71º | 0.07% | 0.79% | - |
| HSV(B) | 265.71º | 0.03% | 0.81% | - |
| XYZ | 55.92 | 57.86 | 66.61 | - |
| YUV | 200.7 | 130.99 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 199 | 206 | 0.02 | 0.03 | 0 | 0.19 | 265.71 | 0.07 | 0.79 |
| Hex | CA | C7 | CE | 2 | 3 | 0 | 13 | 10A | 7 | 4F |
| Octal | 312 | 307 | 316 | 2 | 3 | 0 | 23 | 412 | 7 | 117 |
| Binary | 11001010 | 11000111 | 11001110 | 10 | 11 | 0 | 10011 | 100001010 | 111 | 1001111 |
Color Harmonies of #CAC7CE
Complementary color
Monochromatic Colors of #CAC7CE
Black with #CAC7CE
Text Example
Text Example
White with #CAC7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC7CE; }
p { color: rgb(202,199,206); }
H1.HeaderClassName
{
color: #CAC7CE;
}
.AnyTagClassName
{
color: #CAC7CE;
}
</style>
background-color css
<style>
a { background-color: #CAC7CE; }
a { background-color: rgb(202,199,206); }
div.DivClassName
{
background-color: #CAC7CE;
}
.BgClassName
{
background-color: #CAC7CE;
}
</style>
border-color css
<style>
span { border-color: #CAC7CE; }
span { border-color: rgb(202,199,206); }
td.TdClassName
{
border-color: #CAC7CE;
}
.TagClassName
{
border-color: #CAC7CE;
}
</style>