#CA9249

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

Shades of Anzac #CA9249

Tints of Anzac #CA9249

Color information

#CA9249 (or 0xCA9249) is unknown color: approx Anzac. HEX triplet: CA, 92 and 49. RGB value is (202,146,73). Sum of RGB (Red+Green+Blue) = 202+146+73=421 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.98% from 421); Green value is 146 (57.42% from 255 or 34.68% from 421); Blue value is 73 (28.91% from 255 or 17.34% from 421); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9249 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9249 is #356DB6. Grayscale: #9A9A9A. Windows color (decimal): -3501495 or 4821706. OLE color: 4821706.

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

Color convert

RGB20214673-
CMYK00.280.640.21
HSL33.95º54.89%53.92%-
HSV(B)33.95º63.86%79.22%-
XYZ35.8433.610.9-
YUV154.4282.05161.94-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.98%
GREEN value IS 146 (57.42% from 255) = 34.68%
BLUE value IS 73 (28.91% from 255) = 17.34%
R=47.98%
G=34.68%
B=17.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021467300.280.640.2133.9554.8953.92
HexCA924901C4015223736
Octal31222211103410025426766
Binary11001010100100101001001011100100000010101100010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9249; }

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

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

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

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

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

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

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

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