#cd954d

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

Shades of Tussock #CD954D

Tints of Tussock #CD954D

Color information

#CD954D (or 0xCD954D) is unknown color: approx Tussock. HEX triplet: CD, 95 and 4D. RGB value is (205,149,77). Sum of RGB (Red+Green+Blue) = 205+149+77=431 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.56% from 431); Green value is 149 (58.59% from 255 or 34.57% from 431); Blue value is 77 (30.47% from 255 or 17.87% from 431); Max value from RGB is 205 - color contains mainly: red. Hex color #CD954D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD954D is #326AB2. Grayscale: #9D9D9D. Windows color (decimal): -3304115 or 5084621. OLE color: 5084621.

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

Color convert

RGB20514977-
CMYK00.270.620.20
HSL33.75º56.14%55.29%-
HSV(B)33.75º62.44%80.39%-
XYZ37.2635.0111.81-
YUV157.5482.55161.85-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.56%
GREEN value IS 149 (58.59% from 255) = 34.57%
BLUE value IS 77 (30.47% from 255) = 17.87%
R=47.56%
G=34.57%
B=17.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.62
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051497700.270.620.2033.7556.1455.29
HexCD954D01B3E14223837
Octal3152251150337624427067
Binary1100110110010101100110101101111111010100100010111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd954d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd954d; }

 p { color: rgb(205,149,77); }

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

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

 a { background-color: rgb(205,149,77); }

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

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

 span { border-color: rgb(205,149,77); }

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