#C7C1BC

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

Shades of Pale Slate #C7C1BC

Tints of Pale Slate #C7C1BC

Color information

#C7C1BC (or 0xC7C1BC) is unknown color: approx Pale Slate. HEX triplet: C7, C1 and BC. RGB value is (199,193,188). Sum of RGB (Red+Green+Blue) = 199+193+188=580 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.31% from 580); Green value is 193 (75.78% from 255 or 33.28% from 580); Blue value is 188 (73.83% from 255 or 32.41% from 580); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C1BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C1BC is #383E43. Grayscale: #C2C2C2. Windows color (decimal): -3685956 or 12370375. OLE color: 12370375.

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

Color convert

RGB199193188-
CMYK00.030.060.22
HSL27.27º8.94%75.88%-
HSV(B)27.27º5.53%78.04%-
XYZ51.753.9155.26-
YUV194.22124.49131.41-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.31%
GREEN value IS 193 (75.78% from 255) = 33.28%
BLUE value IS 188 (73.83% from 255) = 32.41%
R=34.31%
G=33.28%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19919318800.030.060.2227.278.9475.88
HexC7C1BC036161b94c
Octal307301274036263311114
Binary110001111100000110111100011110101101101110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C1BC; }

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

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

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

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

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

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

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

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