#C2BFB4

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

Shades of Silver Sand #C2BFB4

Tints of Silver Sand #C2BFB4

Color information

#C2BFB4 (or 0xC2BFB4) is unknown color: approx Silver Sand. HEX triplet: C2, BF and B4. RGB value is (194,191,180). Sum of RGB (Red+Green+Blue) = 194+191+180=565 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.34% from 565); Green value is 191 (75% from 255 or 33.81% from 565); Blue value is 180 (70.70% from 255 or 31.86% from 565); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BFB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BFB4 is #3D404B. Grayscale: #BEBEBE. Windows color (decimal): -4014156 or 11845570. OLE color: 11845570.

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

Color convert

RGB194191180-
CMYK00.020.070.24
HSL47.14º10.29%73.33%-
HSV(B)47.14º7.22%76.08%-
XYZ49.1252.0350.63-
YUV190.64121.99130.39-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.34%
GREEN value IS 191 (75% from 255) = 33.81%
BLUE value IS 180 (70.70% from 255) = 31.86%
R=34.34%
G=33.81%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19419118000.020.070.2447.1410.2973.33
HexC2BFB4027182fa49
Octal302277264027305712111
Binary1100001010111111101101000101111100010111110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BFB4; }

 p { color: rgb(194,191,180); }

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

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

 a { background-color: rgb(194,191,180); }

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

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

 span { border-color: rgb(194,191,180); }

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