#CD9355

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

Shades of Twine #CD9355

Tints of Twine #CD9355

Color information

#CD9355 (or 0xCD9355) is unknown color: approx Twine. HEX triplet: CD, 93 and 55. RGB value is (205,147,85). Sum of RGB (Red+Green+Blue) = 205+147+85=437 (57% of max value = 765). Red value is 205 (80.47% from 255 or 46.91% from 437); Green value is 147 (57.81% from 255 or 33.64% from 437); Blue value is 85 (33.59% from 255 or 19.45% from 437); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9355 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD9355 is #326CAA. Grayscale: #9D9D9D. Windows color (decimal): -3304619 or 5608397. OLE color: 5608397.

HSL color Cylindrical-coordinate representation of color #CD9355: hue angle of 31º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CD9355 is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.20.

Color convert

RGB20514785-
CMYK00.280.590.20
HSL31º54.55%56.86%-
HSV(B)31º58.54%80.39%-
XYZ37.2534.513.29-
YUV157.2787.22162.04-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.91%
GREEN value IS 147 (57.81% from 255) = 33.64%
BLUE value IS 85 (33.59% from 255) = 19.45%
R=46.91%
G=33.64%
B=19.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.59
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051478500.280.590.203154.5556.86
HexCD935501C3B141f3739
Octal3152231250347324376771
Binary110011011001001110101010111001110111010011111110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9355; }

 p { color: rgb(205,147,85); }

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

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

 a { background-color: rgb(205,147,85); }

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

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

 span { border-color: rgb(205,147,85); }

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