Html Css Color HEX #C3C1BF Pale Slate

📋 copy color: '#C3C1BF'

red 195 ◦ green 193 ◦ blue 191

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

Shades of Pale Slate #C3C1BF

Tints of Pale Slate #C3C1BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 32.99%

R = 33.68%
G = 33.33%
B = 32.99%

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

#C3C1BF (or 0xC3C1BF) is known color: Pale Slate. HEX triplet: C3, C1 and BF. RGB value is (195,193,191). Sum of RGB (Red+Green+Blue) = 195+193+191=579 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.68% from 579); Green value is 193 (75.78% from 255 or 33.33% from 579); Blue value is 191 (75% from 255 or 32.99% from 579); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C1BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3C1BF is #3C3E40. Grayscale: #C1C1C1. Windows color (decimal): -3948097 or 12566979. OLE color: 12566979.

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

Color convert

RGB 195 193 191 -
CMYK 0 0.01 0.02 0.24
HSL 30º 0.03% 0.76% -
HSV(B) 30º 0.02% 0.76% -
XYZ 50.98 53.5 56.93 -
YUV 193.37 126.66 129.16 -
System Red Green Blue C M Y K H S L
Decimal 195 193 191 0 0.01 0.02 0.24 30 0.03 0.76
Hex C3 C1 BF 0 1 2 18 1E 3 4C
Octal 303 301 277 0 1 2 30 36 3 114
Binary 11000011 11000001 10111111 0 1 10 11000 11110 11 1001100

Color Harmonies of #C3C1BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C1BF

Black with #C3C1BF

Text Example


Text Example

White with #C3C1BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C1BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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