#C7C2BE

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

Shades of Pale Slate #C7C2BE

Tints of Pale Slate #C7C2BE

Color information

#C7C2BE (or 0xC7C2BE) is unknown color: approx Pale Slate. HEX triplet: C7, C2 and BE. RGB value is (199,194,190). Sum of RGB (Red+Green+Blue) = 199+194+190=583 (77% of max value = 765). Red value is 199 (78.12% from 255 or 34.13% from 583); Green value is 194 (76.17% from 255 or 33.28% from 583); Blue value is 190 (74.61% from 255 or 32.59% from 583); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C2BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C2BE is #383D41. Grayscale: #C3C3C3. Windows color (decimal): -3685698 or 12501703. OLE color: 12501703.

HSL color Cylindrical-coordinate representation of color #C7C2BE: hue angle of 26.67º 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 #C7C2BE is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB199194190-
CMYK00.030.050.22
HSL26.67º7.44%76.27%-
HSV(B)26.67º4.52%78.04%-
XYZ52.1454.4456.48-
YUV195.04125.16130.83-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.13%
GREEN value IS 194 (76.17% from 255) = 33.28%
BLUE value IS 190 (74.61% from 255) = 32.59%
R=34.13%
G=33.28%
B=32.59%

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
Decimal19919419000.030.050.2226.677.4476.27
HexC7C2BE035161b74c
Octal30730227603526337114
Binary11000111110000101011111001110110110110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C2BE; }

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

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

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

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

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

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

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

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