#C2C3C2

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

Shades of Paris White #C2C3C2

Tints of Paris White #C2C3C2

Color information

#C2C3C2 (or 0xC2C3C2) is unknown color: approx Paris White. HEX triplet: C2, C3 and C2. RGB value is (194,195,194). Sum of RGB (Red+Green+Blue) = 194+195+194=583 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.28% from 583); Green value is 195 (76.56% from 255 or 33.45% from 583); Blue value is 194 (76.17% from 255 or 33.28% from 583); Max value from RGB is 195 - color contains mainly: green. Hex color #C2C3C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C3C2 is #3D3C3D. Grayscale: #C2C2C2. Windows color (decimal): -4013118 or 12764098. OLE color: 12764098.

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

Color convert

RGB194195194-
CMYK0.0100.010.24
HSL120º0.83%76.27%-
HSV(B)120º0.51%76.47%-
XYZ51.554.3958.82-
YUV194.59127.67127.58-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.28%
GREEN value IS 195 (76.56% from 255) = 33.45%
BLUE value IS 194 (76.17% from 255) = 33.28%
R=33.28%
G=33.45%
B=33.28%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941951940.0100.010.241200.8376.27
HexC2C3C2101187814c
Octal302303302101301701114
Binary11000010110000111100001010111000111100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C3C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C3C2; }

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

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

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

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

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

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

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

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