#C3C6C3

Color #C3C6C3 Paris White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paris White #C3C6C3

Tints of Paris White #C3C6C3

Color information

#C3C6C3 (or 0xC3C6C3) is unknown color: approx Paris White. HEX triplet: C3, C6 and C3. RGB value is (195,198,195). Sum of RGB (Red+Green+Blue) = 195+198+195=588 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.16% from 588); Green value is 198 (77.73% from 255 or 33.67% from 588); Blue value is 195 (76.56% from 255 or 33.16% from 588); Max value from RGB is 198 - color contains mainly: green. Hex color #C3C6C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3C6C3 is #3C393C. Grayscale: #C4C4C4. Windows color (decimal): -3946813 or 12830403. OLE color: 12830403.

HSL color Cylindrical-coordinate representation of color #C3C6C3: hue angle of 120º degrees, saturation: 0.03, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #C3C6C3 is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB195198195-
CMYK0.0200.020.22
HSL120º2.56%77.06%-
HSV(B)120º1.52%77.65%-
XYZ52.5555.9359.66-
YUV196.76127.01126.74-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.16%
GREEN value IS 198 (77.73% from 255) = 33.67%
BLUE value IS 195 (76.56% from 255) = 33.16%
R=33.16%
G=33.67%
B=33.16%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1951981950.0200.020.221202.5677.06
HexC3C6C3202167834d
Octal303306303202261703115
Binary11000011110001101100001110010101101111000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C6C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C6C3; }

 p { color: rgb(195,198,195); }

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

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

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

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

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

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

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