Shades of French Grey #CAC5D0
Tints of French Grey #CAC5D0
RGB
CMYK
RGB Variations
Color information
#CAC5D0 (or 0xCAC5D0) is known color: French Grey. HEX triplet: CA, C5 and D0. RGB value is (202,197,208). Sum of RGB (Red+Green+Blue) = 202+197+208=607 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.28% from 607); Green value is 197 (77.34% from 255 or 32.45% from 607); Blue value is 208 (81.64% from 255 or 34.27% from 607); Max value from RGB is 208 - color contains mainly: blue. Hex color #CAC5D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC5D0 is #353A2F. Grayscale: #C7C7C7. Windows color (decimal): -3488304 or 13682122. OLE color: 13682122.
HSL color Cylindrical-coordinate representation of color #CAC5D0: hue angle of 267.27º degrees, saturation: 0.1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CAC5D0 is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 202 | 197 | 208 | - |
CMYK | 0.03 | 0.05 | 0 | 0.18 |
HSL | 267.27º | 0.1% | 0.79% | - |
HSV(B) | 267.27º | 0.05% | 0.82% | - |
XYZ | 55.71 | 57.04 | 67.75 | - |
YUV | 199.75 | 132.66 | 129.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 197 | 208 | 0.03 | 0.05 | 0 | 0.18 | 267.27 | 0.1 | 0.79 |
Hex | CA | C5 | D0 | 3 | 5 | 0 | 12 | 10B | A | 4F |
Octal | 312 | 305 | 320 | 3 | 5 | 0 | 22 | 413 | 12 | 117 |
Binary | 11001010 | 11000101 | 11010000 | 11 | 101 | 0 | 10010 | 100001011 | 1010 | 1001111 |
Color Harmonies of #CAC5D0
Complementary color
Monochromatic Colors of #CAC5D0
Black with #CAC5D0
Text Example
Text Example
White with #CAC5D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC5D0; }
p { color: rgb(202,197,208); }
H1.HeaderClassName
{
color: #CAC5D0;
}
.AnyTagClassName
{
color: #CAC5D0;
}
</style>
background-color css
<style>
a { background-color: #CAC5D0; }
a { background-color: rgb(202,197,208); }
div.DivClassName
{
background-color: #CAC5D0;
}
.BgClassName
{
background-color: #CAC5D0;
}
</style>
border-color css
<style>
span { border-color: #CAC5D0; }
span { border-color: rgb(202,197,208); }
td.TdClassName
{
border-color: #CAC5D0;
}
.TagClassName
{
border-color: #CAC5D0;
}
</style>