#C2B09F

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

Shades of Silk #C2B09F

Tints of Silk #C2B09F

Color information

#C2B09F (or 0xC2B09F) is unknown color: approx Silk. HEX triplet: C2, B0 and 9F. RGB value is (194,176,159). Sum of RGB (Red+Green+Blue) = 194+176+159=529 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.67% from 529); Green value is 176 (69.14% from 255 or 33.27% from 529); Blue value is 159 (62.5% from 255 or 30.06% from 529); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B09F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2B09F is #3D4F60. Grayscale: #B3B3B3. Windows color (decimal): -4018017 or 10465474. OLE color: 10465474.

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

Color convert

RGB194176159-
CMYK00.090.180.24
HSL29.14º22.29%69.22%-
HSV(B)29.14º18.04%76.08%-
XYZ44.0345.0239.17-
YUV179.44116.46138.38-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.67%
GREEN value IS 176 (69.14% from 255) = 33.27%
BLUE value IS 159 (62.5% from 255) = 30.06%
R=36.67%
G=33.27%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417615900.090.180.2429.1422.2969.22
HexC2B09F0912181d1645
Octal30226023701122303526105
Binary11000010101100001001111101001100101100011101101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B09F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B09F; }

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

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

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

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

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

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

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

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