#CA9B49

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

Shades of Tussock #CA9B49

Tints of Tussock #CA9B49

Color information

#CA9B49 (or 0xCA9B49) is unknown color: approx Tussock. HEX triplet: CA, 9B and 49. RGB value is (202,155,73). Sum of RGB (Red+Green+Blue) = 202+155+73=430 (56% of max value = 765). Red value is 202 (79.30% from 255 or 46.98% from 430); Green value is 155 (60.94% from 255 or 36.05% from 430); Blue value is 73 (28.91% from 255 or 16.98% from 430); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9B49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9B49 is #3564B6. Grayscale: #A0A0A0. Windows color (decimal): -3499191 or 4824010. OLE color: 4824010.

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

Color convert

RGB20215573-
CMYK00.230.640.21
HSL38.14º54.89%53.92%-
HSV(B)38.14º63.86%79.22%-
XYZ37.2836.4811.38-
YUV159.779.07158.17-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.98%
GREEN value IS 155 (60.94% from 255) = 36.05%
BLUE value IS 73 (28.91% from 255) = 16.98%
R=46.98%
G=36.05%
B=16.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021557300.230.640.2138.1454.8953.92
HexCA9B490174015263736
Octal31223311102710025466766
Binary11001010100110111001001010111100000010101100110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9B49; }

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

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

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

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

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

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

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

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