#CA9349

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

Shades of Tussock #CA9349

Tints of Tussock #CA9349

Color information

#CA9349 (or 0xCA9349) is unknown color: approx Tussock. HEX triplet: CA, 93 and 49. RGB value is (202,147,73). Sum of RGB (Red+Green+Blue) = 202+147+73=422 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.87% from 422); Green value is 147 (57.81% from 255 or 34.83% from 422); Blue value is 73 (28.91% from 255 or 17.30% from 422); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9349 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9349 is #356CB6. Grayscale: #9B9B9B. Windows color (decimal): -3501239 or 4821962. OLE color: 4821962.

HSL color Cylindrical-coordinate representation of color #CA9349: hue angle of 34.42º 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 #CA9349 is Cyan = 0, Magento = 0.27, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB20214773-
CMYK00.270.640.21
HSL34.42º54.89%53.92%-
HSV(B)34.42º63.86%79.22%-
XYZ35.9933.9110.95-
YUV155.0181.72161.52-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.87%
GREEN value IS 147 (57.81% from 255) = 34.83%
BLUE value IS 73 (28.91% from 255) = 17.30%
R=47.87%
G=34.83%
B=17.30%

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
Decimal2021477300.270.640.2134.4254.8953.92
HexCA934901B4015223736
Octal31222311103310025426766
Binary11001010100100111001001011011100000010101100010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9349; }

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

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

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

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

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

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

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

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