Shades of French Grey #CAC7CD
Tints of French Grey #CAC7CD
RGB
CMYK
RGB Variations
Color information
#CAC7CD (or 0xCAC7CD) is known color: French Grey. HEX triplet: CA, C7 and CD. RGB value is (202,199,205). Sum of RGB (Red+Green+Blue) = 202+199+205=606 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.33% from 606); Green value is 199 (78.12% from 255 or 32.84% from 606); Blue value is 205 (80.47% from 255 or 33.83% from 606); Max value from RGB is 205 - color contains mainly: blue. Hex color #CAC7CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC7CD is #353832. Grayscale: #C8C8C8. Windows color (decimal): -3487795 or 13486026. OLE color: 13486026.
HSL color Cylindrical-coordinate representation of color #CAC7CD: hue angle of 270º degrees, saturation: 0.06, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CAC7CD is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 202 | 199 | 205 | - |
CMYK | 0.01 | 0.03 | 0 | 0.20 |
HSL | 270º | 0.06% | 0.79% | - |
HSV(B) | 270º | 0.03% | 0.8% | - |
XYZ | 55.8 | 57.81 | 65.98 | - |
YUV | 200.58 | 130.49 | 129.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 199 | 205 | 0.01 | 0.03 | 0 | 0.20 | 270 | 0.06 | 0.79 |
Hex | CA | C7 | CD | 1 | 3 | 0 | 14 | 10E | 6 | 4F |
Octal | 312 | 307 | 315 | 1 | 3 | 0 | 24 | 416 | 6 | 117 |
Binary | 11001010 | 11000111 | 11001101 | 1 | 11 | 0 | 10100 | 100001110 | 110 | 1001111 |
Color Harmonies of #CAC7CD
Complementary color
Monochromatic Colors of #CAC7CD
Black with #CAC7CD
Text Example
Text Example
White with #CAC7CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC7CD; }
p { color: rgb(202,199,205); }
H1.HeaderClassName
{
color: #CAC7CD;
}
.AnyTagClassName
{
color: #CAC7CD;
}
</style>
background-color css
<style>
a { background-color: #CAC7CD; }
a { background-color: rgb(202,199,205); }
div.DivClassName
{
background-color: #CAC7CD;
}
.BgClassName
{
background-color: #CAC7CD;
}
</style>
border-color css
<style>
span { border-color: #CAC7CD; }
span { border-color: rgb(202,199,205); }
td.TdClassName
{
border-color: #CAC7CD;
}
.TagClassName
{
border-color: #CAC7CD;
}
</style>