#C7C1BE

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

Shades of Pale Slate #C7C1BE

Tints of Pale Slate #C7C1BE

Color information

#C7C1BE (or 0xC7C1BE) is unknown color: approx Pale Slate. HEX triplet: C7, C1 and BE. RGB value is (199,193,190). Sum of RGB (Red+Green+Blue) = 199+193+190=582 (77% of max value = 765). Red value is 199 (78.12% from 255 or 34.19% from 582); Green value is 193 (75.78% from 255 or 33.16% from 582); Blue value is 190 (74.61% from 255 or 32.65% from 582); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C1BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C1BE is #383E41. Grayscale: #C2C2C2. Windows color (decimal): -3685954 or 12501447. OLE color: 12501447.

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

Color convert

RGB199193190-
CMYK00.030.050.22
HSL20º7.44%76.27%-
HSV(B)20º4.52%78.04%-
XYZ51.925456.4-
YUV194.45125.49131.24-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.19%
GREEN value IS 193 (75.78% from 255) = 33.16%
BLUE value IS 190 (74.61% from 255) = 32.65%
R=34.19%
G=33.16%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19919319000.030.050.22207.4476.27
HexC7C1BE035161474c
Octal30730127603526247114
Binary11000111110000011011111001110110110101001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C1BE; }

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

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

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

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

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

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

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

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