Shades of French Grey #CAC8CC
Tints of French Grey #CAC8CC
RGB
CMYK
RGB Variations
Color information
#CAC8CC (or 0xCAC8CC) is known color: French Grey. HEX triplet: CA, C8 and CC. RGB value is (202,200,204). Sum of RGB (Red+Green+Blue) = 202+200+204=606 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.33% from 606); Green value is 200 (78.52% from 255 or 33.00% from 606); Blue value is 204 (80.08% from 255 or 33.66% from 606); Max value from RGB is 204 - color contains mainly: blue. Hex color #CAC8CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC8CC is #353733. Grayscale: #C9C9C9. Windows color (decimal): -3487540 or 13420746. OLE color: 13420746.
HSL color Cylindrical-coordinate representation of color #CAC8CC: hue angle of 270º degrees, saturation: 0.04, 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 #CAC8CC is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 202 | 200 | 204 | - |
CMYK | 0.01 | 0.02 | 0 | 0.2 |
HSL | 270º | 0.04% | 0.79% | - |
HSV(B) | 270º | 0.02% | 0.8% | - |
XYZ | 55.91 | 58.22 | 65.42 | - |
YUV | 201.05 | 129.66 | 128.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 200 | 204 | 0.01 | 0.02 | 0 | 0.2 | 270 | 0.04 | 0.79 |
Hex | CA | C8 | CC | 1 | 2 | 0 | 14 | 10E | 4 | 4F |
Octal | 312 | 310 | 314 | 1 | 2 | 0 | 24 | 416 | 4 | 117 |
Binary | 11001010 | 11001000 | 11001100 | 1 | 10 | 0 | 10100 | 100001110 | 100 | 1001111 |
Color Harmonies of #CAC8CC
Complementary color
Monochromatic Colors of #CAC8CC
Black with #CAC8CC
Text Example
Text Example
White with #CAC8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC8CC; }
p { color: rgb(202,200,204); }
H1.HeaderClassName
{
color: #CAC8CC;
}
.AnyTagClassName
{
color: #CAC8CC;
}
</style>
background-color css
<style>
a { background-color: #CAC8CC; }
a { background-color: rgb(202,200,204); }
div.DivClassName
{
background-color: #CAC8CC;
}
.BgClassName
{
background-color: #CAC8CC;
}
</style>
border-color css
<style>
span { border-color: #CAC8CC; }
span { border-color: rgb(202,200,204); }
td.TdClassName
{
border-color: #CAC8CC;
}
.TagClassName
{
border-color: #CAC8CC;
}
</style>