#C0BEB0

Color #C0BEB0 Silver Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Silver Sand #C0BEB0

Tints of Silver Sand #C0BEB0

Color information

#C0BEB0 (or 0xC0BEB0) is unknown color: approx Silver Sand. HEX triplet: C0, BE and B0. RGB value is (192,190,176). Sum of RGB (Red+Green+Blue) = 192+190+176=558 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.41% from 558); Green value is 190 (74.61% from 255 or 34.05% from 558); Blue value is 176 (69.14% from 255 or 31.54% from 558); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BEB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BEB0 is #3F414F. Grayscale: #BDBDBD. Windows color (decimal): -4145488 or 11583168. OLE color: 11583168.

HSL color Cylindrical-coordinate representation of color #C0BEB0: hue angle of 52.5º degrees, saturation: 0.11, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C0BEB0 is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB192190176-
CMYK00.010.080.25
HSL52.5º11.27%72.16%-
HSV(B)52.5º8.33%75.29%-
XYZ47.9951.1748.42-
YUV189120.66130.14-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.41%
GREEN value IS 190 (74.61% from 255) = 34.05%
BLUE value IS 176 (69.14% from 255) = 31.54%
R=34.41%
G=34.05%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19219017600.010.080.2552.511.2772.16
HexC0BEB00181935b48
Octal3002762600110316513110
Binary1100000010111110101100000110001100111010110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BEB0; }

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

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

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

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

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

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

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

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