#C4C0BE

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

Shades of Pale Slate #C4C0BE

Tints of Pale Slate #C4C0BE

Color information

#C4C0BE (or 0xC4C0BE) is unknown color: approx Pale Slate. HEX triplet: C4, C0 and BE. RGB value is (196,192,190). Sum of RGB (Red+Green+Blue) = 196+192+190=578 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.91% from 578); Green value is 192 (75.39% from 255 or 33.22% from 578); Blue value is 190 (74.61% from 255 or 32.87% from 578); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C0BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4C0BE is #3B3F41. Grayscale: #C0C0C0. Windows color (decimal): -3882818 or 12501188. OLE color: 12501188.

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

Color convert

RGB196192190-
CMYK00.020.030.23
HSL20º4.84%75.69%-
HSV(B)20º3.06%76.86%-
XYZ50.9153.1556.29-
YUV192.97126.33130.16-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.91%
GREEN value IS 192 (75.39% from 255) = 33.22%
BLUE value IS 190 (74.61% from 255) = 32.87%
R=33.91%
G=33.22%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19619219000.020.030.23204.8475.69
HexC4C0BE023171454c
Octal30430027602327245114
Binary1100010011000000101111100101110111101001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4C0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4C0BE; }

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

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

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

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

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

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

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

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