#CAC6CD

Color #CAC6CD French Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Grey #CAC6CD

Tints of French Grey #CAC6CD

Color information

#CAC6CD (or 0xCAC6CD) is unknown color: approx French Grey. HEX triplet: CA, C6 and CD. RGB value is (202,198,205). Sum of RGB (Red+Green+Blue) = 202+198+205=605 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.39% from 605); Green value is 198 (77.73% from 255 or 32.73% from 605); Blue value is 205 (80.47% from 255 or 33.88% from 605); Max value from RGB is 205 - color contains mainly: blue. Hex color #CAC6CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC6CD is #353932. Grayscale: #C7C7C7. Windows color (decimal): -3488051 or 13485770. OLE color: 13485770.

HSL color Cylindrical-coordinate representation of color #CAC6CD: hue angle of 274.29º degrees, saturation: 0.07, 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 #CAC6CD is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB202198205-
CMYK0.010.0300.20
HSL274.29º6.54%79.02%-
HSV(B)274.29º3.41%80.39%-
XYZ55.5757.3565.9-
YUV199.99130.83129.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 33.39%
GREEN value IS 198 (77.73% from 255) = 32.73%
BLUE value IS 205 (80.47% from 255) = 33.88%
R=33.39%
G=32.73%
B=33.88%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2021982050.010.0300.20274.296.5479.02
HexCAC6CD1301411274f
Octal312306315130244227117
Binary1100101011000110110011011110101001000100101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC6CD; }

 p { color: rgb(202,198,205); }

 H1.HeaderClassName
 {
   color: #CAC6CD;
 }
 .AnyTagClassName
 {
   color: #CAC6CD;
 }
</style>
background-color css

<style>
 a { background-color: #CAC6CD; }

 a { background-color: rgb(202,198,205); }

 div.DivClassName
 {
   background-color: #CAC6CD;
 }
 .BgClassName
 {
   background-color: #CAC6CD;
 }
</style>
border-color css

<style>
 span { border-color: #CAC6CD; }

 span { border-color: rgb(202,198,205); }

 td.TdClassName
 {
   border-color: #CAC6CD;
 }
 .TagClassName
 {
   border-color: #CAC6CD;
 }
</style>