#C8C2BC

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

Shades of Pale Slate #C8C2BC

Tints of Pale Slate #C8C2BC

Color information

#C8C2BC (or 0xC8C2BC) is unknown color: approx Pale Slate. HEX triplet: C8, C2 and BC. RGB value is (200,194,188). Sum of RGB (Red+Green+Blue) = 200+194+188=582 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.36% from 582); Green value is 194 (76.17% from 255 or 33.33% from 582); Blue value is 188 (73.83% from 255 or 32.30% from 582); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C2BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C2BC is #373D43. Grayscale: #C3C3C3. Windows color (decimal): -3620164 or 12370632. OLE color: 12370632.

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

Color convert

RGB200194188-
CMYK00.030.060.22
HSL30º9.84%76.08%-
HSV(B)30º6%78.43%-
XYZ52.1954.4955.34-
YUV195.11123.99131.49-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.36%
GREEN value IS 194 (76.17% from 255) = 33.33%
BLUE value IS 188 (73.83% from 255) = 32.30%
R=34.36%
G=33.33%
B=32.30%

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
Decimal20019418800.030.060.22309.8476.08
HexC8C2BC036161ea4c
Octal310302274036263612114
Binary110010001100001010111100011110101101111010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C2BC; }

 p { color: rgb(200,194,188); }

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

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

 a { background-color: rgb(200,194,188); }

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

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

 span { border-color: rgb(200,194,188); }

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