#C4C3C2

Color #C4C3C2 Pale Slate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Slate #C4C3C2

Tints of Pale Slate #C4C3C2

Color information

#C4C3C2 (or 0xC4C3C2) is unknown color: approx Pale Slate. HEX triplet: C4, C3 and C2. RGB value is (196,195,194). Sum of RGB (Red+Green+Blue) = 196+195+194=585 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.50% from 585); Green value is 195 (76.56% from 255 or 33.33% from 585); Blue value is 194 (76.17% from 255 or 33.16% from 585); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C3C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4C3C2 is #3B3C3D. Grayscale: #C3C3C3. Windows color (decimal): -3882046 or 12764100. OLE color: 12764100.

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

Color convert

RGB196195194-
CMYK00.010.010.23
HSL30º1.67%76.47%-
HSV(B)30º1.02%76.86%-
XYZ52.0254.6658.85-
YUV195.18127.33128.58-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.50%
GREEN value IS 195 (76.56% from 255) = 33.33%
BLUE value IS 194 (76.17% from 255) = 33.16%
R=33.50%
G=33.33%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.01
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19619519400.010.010.23301.6776.47
HexC4C3C2011171e24c
Octal30430330201127362114
Binary1100010011000011110000100111011111110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4C3C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4C3C2; }

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

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

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

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

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

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

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

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