#C3C0BE

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

Shades of Pale Slate #C3C0BE

Tints of Pale Slate #C3C0BE

Color information

#C3C0BE (or 0xC3C0BE) is unknown color: approx Pale Slate. HEX triplet: C3, C0 and BE. RGB value is (195,192,190). Sum of RGB (Red+Green+Blue) = 195+192+190=577 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.80% from 577); Green value is 192 (75.39% from 255 or 33.28% from 577); Blue value is 190 (74.61% from 255 or 32.93% from 577); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C0BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3C0BE is #3C3F41. Grayscale: #C0C0C0. Windows color (decimal): -3948354 or 12501187. OLE color: 12501187.

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

Color convert

RGB195192190-
CMYK00.020.030.24
HSL24º4%75.49%-
HSV(B)24º2.56%76.47%-
XYZ50.6553.0256.28-
YUV192.67126.49129.66-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.80%
GREEN value IS 192 (75.39% from 255) = 33.28%
BLUE value IS 190 (74.61% from 255) = 32.93%
R=33.80%
G=33.28%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19519219000.020.030.2424475.49
HexC3C0BE023181844b
Octal30330027602330304113
Binary1100001111000000101111100101111000110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C0BE; }

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

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

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

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

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

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

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

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