Shades of French Grey #CAC8CD
Tints of French Grey #CAC8CD
RGB
CMYK
RGB Variations
Color information
#CAC8CD (or 0xCAC8CD) is known color: French Grey. HEX triplet: CA, C8 and CD. RGB value is (202,200,205). Sum of RGB (Red+Green+Blue) = 202+200+205=607 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.28% from 607); Green value is 200 (78.52% from 255 or 32.95% from 607); Blue value is 205 (80.47% from 255 or 33.77% from 607); Max value from RGB is 205 - color contains mainly: blue. Hex color #CAC8CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC8CD is #353732. Grayscale: #C9C9C9. Windows color (decimal): -3487539 or 13486282. OLE color: 13486282.
HSL color Cylindrical-coordinate representation of color #CAC8CD: hue angle of 264º degrees, saturation: 0.05, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CAC8CD is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 202 | 200 | 205 | - |
CMYK | 0.01 | 0.02 | 0 | 0.20 |
HSL | 264º | 0.05% | 0.79% | - |
HSV(B) | 264º | 0.02% | 0.8% | - |
XYZ | 56.03 | 58.27 | 66.05 | - |
YUV | 201.17 | 130.16 | 128.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 200 | 205 | 0.01 | 0.02 | 0 | 0.20 | 264 | 0.05 | 0.79 |
Hex | CA | C8 | CD | 1 | 2 | 0 | 14 | 108 | 5 | 4F |
Octal | 312 | 310 | 315 | 1 | 2 | 0 | 24 | 410 | 5 | 117 |
Binary | 11001010 | 11001000 | 11001101 | 1 | 10 | 0 | 10100 | 100001000 | 101 | 1001111 |
Color Harmonies of #CAC8CD
Complementary color
Monochromatic Colors of #CAC8CD
Black with #CAC8CD
Text Example
Text Example
White with #CAC8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC8CD; }
p { color: rgb(202,200,205); }
H1.HeaderClassName
{
color: #CAC8CD;
}
.AnyTagClassName
{
color: #CAC8CD;
}
</style>
background-color css
<style>
a { background-color: #CAC8CD; }
a { background-color: rgb(202,200,205); }
div.DivClassName
{
background-color: #CAC8CD;
}
.BgClassName
{
background-color: #CAC8CD;
}
</style>
border-color css
<style>
span { border-color: #CAC8CD; }
span { border-color: rgb(202,200,205); }
td.TdClassName
{
border-color: #CAC8CD;
}
.TagClassName
{
border-color: #CAC8CD;
}
</style>