#C8C3CC

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

Shades of French Grey #C8C3CC

Tints of French Grey #C8C3CC

Color information

#C8C3CC (or 0xC8C3CC) is unknown color: approx French Grey. HEX triplet: C8, C3 and CC. RGB value is (200,195,204). Sum of RGB (Red+Green+Blue) = 200+195+204=599 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.39% from 599); Green value is 195 (76.56% from 255 or 32.55% from 599); Blue value is 204 (80.08% from 255 or 34.06% from 599); Max value from RGB is 204 - color contains mainly: blue. Hex color #C8C3CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C3CC is #373C33. Grayscale: #C5C5C5. Windows color (decimal): -3619892 or 13419464. OLE color: 13419464.

HSL color Cylindrical-coordinate representation of color #C8C3CC: hue angle of 273.33º degrees, saturation: 0.08, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C8C3CC is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB200195204-
CMYK0.020.0400.2
HSL273.33º8.11%78.24%-
HSV(B)273.33º4.41%80%-
XYZ54.2355.6765.01-
YUV197.52131.66129.77-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.39%
GREEN value IS 195 (76.56% from 255) = 32.55%
BLUE value IS 204 (80.08% from 255) = 34.06%
R=33.39%
G=32.55%
B=34.06%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2001952040.020.0400.2273.338.1178.24
HexC8C3CC2401411184e
Octal3103033142402442110116
Binary1100100011000011110011001010001010010001000110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C3CC; }

 p { color: rgb(200,195,204); }

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

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

 a { background-color: rgb(200,195,204); }

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

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

 span { border-color: rgb(200,195,204); }

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