#CD9455

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

Shades of Twine #CD9455

Tints of Twine #CD9455

Color information

#CD9455 (or 0xCD9455) is unknown color: approx Twine. HEX triplet: CD, 94 and 55. RGB value is (205,148,85). Sum of RGB (Red+Green+Blue) = 205+148+85=438 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.80% from 438); Green value is 148 (58.20% from 255 or 33.79% from 438); Blue value is 85 (33.59% from 255 or 19.41% from 438); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9455 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD9455 is #326BAA. Grayscale: #9E9E9E. Windows color (decimal): -3304363 or 5608653. OLE color: 5608653.

HSL color Cylindrical-coordinate representation of color #CD9455: hue angle of 31.5º 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 #CD9455 is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.20.

Color convert

RGB20514885-
CMYK00.280.590.20
HSL31.5º54.55%56.86%-
HSV(B)31.5º58.54%80.39%-
XYZ37.4134.8113.34-
YUV157.8686.88161.62-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.80%
GREEN value IS 148 (58.20% from 255) = 33.79%
BLUE value IS 85 (33.59% from 255) = 19.41%
R=46.80%
G=33.79%
B=19.41%

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
Decimal2051488500.280.590.2031.554.5556.86
HexCD945501C3B14203739
Octal3152241250347324406771
Binary1100110110010100101010101110011101110100100000110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9455; }

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

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

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

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

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

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

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

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