Html Css Color HEX #C3C1C0 Pale Slate

📋 copy color: '#C3C1C0'

red 195 ◦ green 193 ◦ blue 192

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

Shades of Pale Slate #C3C1C0

Tints of Pale Slate #C3C1C0

RGB

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

 GREEN value IS 193 (75.78% from 255) = 33.28%

 BLUE value IS 192 (75.39% from 255) = 33.1%

R = 33.62%
G = 33.28%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C3C1C0 (or 0xC3C1C0) is known color: Pale Slate. HEX triplet: C3, C1 and C0. RGB value is (195,193,192). Sum of RGB (Red+Green+Blue) = 195+193+192=580 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.62% from 580); Green value is 193 (75.78% from 255 or 33.28% from 580); Blue value is 192 (75.39% from 255 or 33.10% from 580); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C1C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3C1C0 is #3C3E3F. Grayscale: #C1C1C1. Windows color (decimal): -3948096 or 12632515. OLE color: 12632515.

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

Color convert

RGB 195 193 192 -
CMYK 0 0.01 0.02 0.24
HSL 20º 0.02% 0.76% -
HSV(B) 20º 0.02% 0.76% -
XYZ 51.09 53.55 57.51 -
YUV 193.48 127.16 129.08 -
System Red Green Blue C M Y K H S L
Decimal 195 193 192 0 0.01 0.02 0.24 20 0.02 0.76
Hex C3 C1 C0 0 1 2 18 14 2 4C
Octal 303 301 300 0 1 2 30 24 2 114
Binary 11000011 11000001 11000000 0 1 10 11000 10100 10 1001100

Color Harmonies of #C3C1C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C1C0

Black with #C3C1C0

Text Example


Text Example

White with #C3C1C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C1C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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