#C0BEAF

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

Shades of Silver Sand #C0BEAF

Tints of Silver Sand #C0BEAF

Color information

#C0BEAF (or 0xC0BEAF) is unknown color: approx Silver Sand. HEX triplet: C0, BE and AF. RGB value is (192,190,175). Sum of RGB (Red+Green+Blue) = 192+190+175=557 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.47% from 557); Green value is 190 (74.61% from 255 or 34.11% from 557); Blue value is 175 (68.75% from 255 or 31.42% from 557); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BEAF is #3F4150. Grayscale: #BCBCBC. Windows color (decimal): -4145489 or 11517632. OLE color: 11517632.

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

Color convert

RGB192190175-
CMYK00.010.090.25
HSL52.94º11.89%71.96%-
HSV(B)52.94º8.85%75.29%-
XYZ47.8951.1347.9-
YUV188.89120.16130.22-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.47%
GREEN value IS 190 (74.61% from 255) = 34.11%
BLUE value IS 175 (68.75% from 255) = 31.42%
R=34.47%
G=34.11%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19219017500.010.090.2552.9411.8971.96
HexC0BEAF0191935c48
Octal3002762570111316514110
Binary1100000010111110101011110110011100111010111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BEAF; }

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

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

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

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

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

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

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

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