#C4C0BC

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

Shades of Pale Slate #C4C0BC

Tints of Pale Slate #C4C0BC

Color information

#C4C0BC (or 0xC4C0BC) is unknown color: approx Pale Slate. HEX triplet: C4, C0 and BC. RGB value is (196,192,188). Sum of RGB (Red+Green+Blue) = 196+192+188=576 (76% of max value = 765). Red value is 196 (76.95% from 255 or 34.03% from 576); Green value is 192 (75.39% from 255 or 33.33% from 576); Blue value is 188 (73.83% from 255 or 32.64% from 576); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C0BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4C0BC is #3B3F43. Grayscale: #C0C0C0. Windows color (decimal): -3882820 or 12370116. OLE color: 12370116.

HSL color Cylindrical-coordinate representation of color #C4C0BC: hue angle of 30º degrees, saturation: 0.06, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C4C0BC is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB196192188-
CMYK00.020.040.23
HSL30º6.35%75.29%-
HSV(B)30º4.08%76.86%-
XYZ50.6953.0755.15-
YUV192.74125.33130.33-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.03%
GREEN value IS 192 (75.39% from 255) = 33.33%
BLUE value IS 188 (73.83% from 255) = 32.64%
R=34.03%
G=33.33%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19619218800.020.040.23306.3575.29
HexC4C0BC024171e64b
Octal30430027402427366113
Binary11000100110000001011110001010010111111101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4C0BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4C0BC; }

 p { color: rgb(196,192,188); }

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

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

 a { background-color: rgb(196,192,188); }

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

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

 span { border-color: rgb(196,192,188); }

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