#CA9449

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

Shades of Tussock #CA9449

Tints of Tussock #CA9449

Color information

#CA9449 (or 0xCA9449) is unknown color: approx Tussock. HEX triplet: CA, 94 and 49. RGB value is (202,148,73). Sum of RGB (Red+Green+Blue) = 202+148+73=423 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.75% from 423); Green value is 148 (58.20% from 255 or 34.99% from 423); Blue value is 73 (28.91% from 255 or 17.26% from 423); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9449 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9449 is #356BB6. Grayscale: #9B9B9B. Windows color (decimal): -3500983 or 4822218. OLE color: 4822218.

HSL color Cylindrical-coordinate representation of color #CA9449: hue angle of 34.88º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CA9449 is Cyan = 0, Magento = 0.27, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB20214873-
CMYK00.270.640.21
HSL34.88º54.89%53.92%-
HSV(B)34.88º63.86%79.22%-
XYZ36.1534.2211-
YUV155.681.39161.1-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.75%
GREEN value IS 148 (58.20% from 255) = 34.99%
BLUE value IS 73 (28.91% from 255) = 17.26%
R=47.75%
G=34.99%
B=17.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021487300.270.640.2134.8854.8953.92
HexCA944901B4015233736
Octal31222411103310025436766
Binary11001010100101001001001011011100000010101100011110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9449; }

 p { color: rgb(202,148,73); }

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

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

 a { background-color: rgb(202,148,73); }

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

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

 span { border-color: rgb(202,148,73); }

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