#CA924D

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

Shades of Tussock #CA924D

Tints of Tussock #CA924D

Color information

#CA924D (or 0xCA924D) is unknown color: approx Tussock. HEX triplet: CA, 92 and 4D. RGB value is (202,146,77). Sum of RGB (Red+Green+Blue) = 202+146+77=425 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.53% from 425); Green value is 146 (57.42% from 255 or 34.35% from 425); Blue value is 77 (30.47% from 255 or 18.12% from 425); Max value from RGB is 202 - color contains mainly: red. Hex color #CA924D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA924D is #356DB2. Grayscale: #9B9B9B. Windows color (decimal): -3501491 or 5083850. OLE color: 5083850.

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

Color convert

RGB20214677-
CMYK00.280.620.21
HSL33.12º54.11%54.71%-
HSV(B)33.12º61.88%79.22%-
XYZ35.9833.6511.62-
YUV154.8884.05161.61-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.53%
GREEN value IS 146 (57.42% from 255) = 34.35%
BLUE value IS 77 (30.47% from 255) = 18.12%
R=47.53%
G=34.35%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.62
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021467700.280.620.2133.1254.1154.71
HexCA924D01C3E15213637
Octal3122221150347625416667
Binary1100101010010010100110101110011111010101100001110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA924D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA924D; }

 p { color: rgb(202,146,77); }

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

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

 a { background-color: rgb(202,146,77); }

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

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

 span { border-color: rgb(202,146,77); }

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