Html Css Color HEX #C3C2C1 Pale Slate

📋 copy color: '#C3C2C1'

red 195 ◦ green 194 ◦ blue 193

#C3C2C1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Slate #C3C2C1

Tints of Pale Slate #C3C2C1

RGB

 RED value IS 195 (76.56% from 255) = 33.51%

 GREEN value IS 194 (76.17% from 255) = 33.33%

 BLUE value IS 193 (75.78% from 255) = 33.16%

R = 33.51%
G = 33.33%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C3C2C1 (or 0xC3C2C1) is known color: Pale Slate. HEX triplet: C3, C2 and C1. RGB value is (195,194,193). Sum of RGB (Red+Green+Blue) = 195+194+193=582 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.51% from 582); Green value is 194 (76.17% from 255 or 33.33% from 582); Blue value is 193 (75.78% from 255 or 33.16% from 582); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C2C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3C2C1 is #3C3D3E. Grayscale: #C2C2C2. Windows color (decimal): -3947839 or 12698307. OLE color: 12698307.

HSL color Cylindrical-coordinate representation of color #C3C2C1: hue angle of 30º degrees, saturation: 0.02, 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 #C3C2C1 is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 194 193 -
CMYK 0 0.01 0.01 0.24
HSL 30º 0.02% 0.76% -
HSV(B) 30º 0.01% 0.76% -
XYZ 51.42 54.04 58.17 -
YUV 194.19 127.33 128.58 -
System Red Green Blue C M Y K H S L
Decimal 195 194 193 0 0.01 0.01 0.24 30 0.02 0.76
Hex C3 C2 C1 0 1 1 18 1E 2 4C
Octal 303 302 301 0 1 1 30 36 2 114
Binary 11000011 11000010 11000001 0 1 1 11000 11110 10 1001100

Color Harmonies of #C3C2C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C2C1

Black with #C3C2C1

Text Example


Text Example

White with #C3C2C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C2C1; }

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

 H1.HeaderClassName
 {
   color: #C3C2C1;
 }
 .AnyTagClassName
 {
   color: #C3C2C1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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