#C6C1BE

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

Shades of Pale Slate #C6C1BE

Tints of Pale Slate #C6C1BE

Color information

#C6C1BE (or 0xC6C1BE) is unknown color: approx Pale Slate. HEX triplet: C6, C1 and BE. RGB value is (198,193,190). Sum of RGB (Red+Green+Blue) = 198+193+190=581 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.08% from 581); Green value is 193 (75.78% from 255 or 33.22% from 581); Blue value is 190 (74.61% from 255 or 32.70% from 581); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C1BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6C1BE is #393E41. Grayscale: #C2C2C2. Windows color (decimal): -3751490 or 12501446. OLE color: 12501446.

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

Color convert

RGB198193190-
CMYK00.030.040.22
HSL22.5º6.56%76.08%-
HSV(B)22.5º4.04%77.65%-
XYZ51.6553.8656.39-
YUV194.15125.66130.74-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.08%
GREEN value IS 193 (75.78% from 255) = 33.22%
BLUE value IS 190 (74.61% from 255) = 32.70%
R=34.08%
G=33.22%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19819319000.030.040.2222.56.5676.08
HexC6C1BE034161774c
Octal30630127603426277114
Binary11000110110000011011111001110010110101111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6C1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6C1BE; }

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

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

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

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

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

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

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

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