Html Css Color HEX #C6C3C1 Pale Slate

📋 copy color: '#C6C3C1'

red 198 ◦ green 195 ◦ blue 193

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

Shades of Pale Slate #C6C3C1

Tints of Pale Slate #C6C3C1

RGB

 RED value IS 198 (77.73% from 255) = 33.79%

 GREEN value IS 195 (76.56% from 255) = 33.28%

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

R = 33.79%
G = 33.28%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.03

 K value IS 0.22

RGB Variations

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

Color information

#C6C3C1 (or 0xC6C3C1) is known color: Pale Slate. HEX triplet: C6, C3 and C1. RGB value is (198,195,193). Sum of RGB (Red+Green+Blue) = 198+195+193=586 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.79% from 586); Green value is 195 (76.56% from 255 or 33.28% from 586); Blue value is 193 (75.78% from 255 or 32.94% from 586); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C3C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6C3C1 is #393C3E. Grayscale: #C3C3C3. Windows color (decimal): -3750975 or 12698566. OLE color: 12698566.

HSL color Cylindrical-coordinate representation of color #C6C3C1: hue angle of 24º degrees, saturation: 0.04, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C6C3C1 is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 195 193 -
CMYK 0 0.02 0.03 0.22
HSL 24º 0.04% 0.77% -
HSV(B) 24º 0.03% 0.78% -
XYZ 52.43 54.89 58.28 -
YUV 195.67 126.49 129.66 -
System Red Green Blue C M Y K H S L
Decimal 198 195 193 0 0.02 0.03 0.22 24 0.04 0.77
Hex C6 C3 C1 0 2 3 16 18 4 4D
Octal 306 303 301 0 2 3 26 30 4 115
Binary 11000110 11000011 11000001 0 10 11 10110 11000 100 1001101

Color Harmonies of #C6C3C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6C3C1

Black with #C6C3C1

Text Example


Text Example

White with #C6C3C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6C3C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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