#C8C5CA

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

Shades of French Grey #C8C5CA

Tints of French Grey #C8C5CA

Color information

#C8C5CA (or 0xC8C5CA) is unknown color: approx French Grey. HEX triplet: C8, C5 and CA. RGB value is (200,197,202). Sum of RGB (Red+Green+Blue) = 200+197+202=599 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.39% from 599); Green value is 197 (77.34% from 255 or 32.89% from 599); Blue value is 202 (79.30% from 255 or 33.72% from 599); Max value from RGB is 202 - color contains mainly: blue. Hex color #C8C5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C5CA is #373A35. Grayscale: #C6C6C6. Windows color (decimal): -3619382 or 13288904. OLE color: 13288904.

HSL color Cylindrical-coordinate representation of color #C8C5CA: hue angle of 276º degrees, saturation: 0.05, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #C8C5CA is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB200197202-
CMYK0.010.0200.21
HSL276º4.5%78.24%-
HSV(B)276º2.48%79.22%-
XYZ54.4556.4863.91-
YUV198.47129.99129.09-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.39%
GREEN value IS 197 (77.34% from 255) = 32.89%
BLUE value IS 202 (79.30% from 255) = 33.72%
R=33.39%
G=32.89%
B=33.72%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2001972020.010.0200.212764.578.24
HexC8C5CA1201511454e
Octal310305312120254245116
Binary1100100011000101110010101100101011000101001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C5CA; }

 p { color: rgb(200,197,202); }

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

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

 a { background-color: rgb(200,197,202); }

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

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

 span { border-color: rgb(200,197,202); }

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