#C2B0A2

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

Shades of Silk #C2B0A2

Tints of Silk #C2B0A2

Color information

#C2B0A2 (or 0xC2B0A2) is unknown color: approx Silk. HEX triplet: C2, B0 and A2. RGB value is (194,176,162). Sum of RGB (Red+Green+Blue) = 194+176+162=532 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.47% from 532); Green value is 176 (69.14% from 255 or 33.08% from 532); Blue value is 162 (63.67% from 255 or 30.45% from 532); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B0A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2B0A2 is #3D4F5D. Grayscale: #B3B3B3. Windows color (decimal): -4018014 or 10662082. OLE color: 10662082.

HSL color Cylindrical-coordinate representation of color #C2B0A2: hue angle of 26.25º degrees, saturation: 0.21, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C2B0A2 is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.24.

Color convert

RGB194176162-
CMYK00.090.160.24
HSL26.25º20.78%69.8%-
HSV(B)26.25º16.49%76.08%-
XYZ44.345.1340.56-
YUV179.79117.96138.14-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.47%
GREEN value IS 176 (69.14% from 255) = 33.08%
BLUE value IS 162 (63.67% from 255) = 30.45%
R=36.47%
G=33.08%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.16
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417616200.090.160.2426.2520.7869.8
HexC2B0A20910181a1546
Octal30226024201120303225106
Binary11000010101100001010001001001100001100011010101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B0A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B0A2; }

 p { color: rgb(194,176,162); }

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

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

 a { background-color: rgb(194,176,162); }

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

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

 span { border-color: rgb(194,176,162); }

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