#C2B09D

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

Shades of Silk #C2B09D

Tints of Silk #C2B09D

Color information

#C2B09D (or 0xC2B09D) is unknown color: approx Silk. HEX triplet: C2, B0 and 9D. RGB value is (194,176,157). Sum of RGB (Red+Green+Blue) = 194+176+157=527 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.81% from 527); Green value is 176 (69.14% from 255 or 33.40% from 527); Blue value is 157 (61.72% from 255 or 29.79% from 527); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B09D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2B09D is #3D4F62. Grayscale: #B3B3B3. Windows color (decimal): -4018019 or 10334402. OLE color: 10334402.

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

Color convert

RGB194176157-
CMYK00.090.190.24
HSL30.81º23.27%68.82%-
HSV(B)30.81º19.07%76.08%-
XYZ43.8644.9538.26-
YUV179.22115.46138.54-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.81%
GREEN value IS 176 (69.14% from 255) = 33.40%
BLUE value IS 157 (61.72% from 255) = 29.79%
R=36.81%
G=33.40%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417615700.090.190.2430.8123.2768.82
HexC2B09D0913181f1745
Octal30226023501123303727105
Binary11000010101100001001110101001100111100011111101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B09D; }

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

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

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

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

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

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

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

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