Html Css Color HEX #CA9049 Anzac

📋 copy color: '#CA9049'

red 202 ◦ green 144 ◦ blue 73

#CA9049
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Anzac #CA9049

Tints of Anzac #CA9049

RGB

 RED value IS 202 (79.3% from 255) = 48.21%

 GREEN value IS 144 (56.64% from 255) = 34.37%

 BLUE value IS 73 (28.91% from 255) = 17.42%

R = 48.21%
G = 34.37%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#CA9049 (or 0xCA9049) is known color: Anzac. HEX triplet: CA, 90 and 49. RGB value is (202,144,73). Sum of RGB (Red+Green+Blue) = 202+144+73=419 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.21% from 419); Green value is 144 (56.64% from 255 or 34.37% from 419); Blue value is 73 (28.91% from 255 or 17.42% from 419); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9049 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9049 is #356FB6. Grayscale: #999999. Windows color (decimal): -3502007 or 4821194. OLE color: 4821194.

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

Color convert

RGB 202 144 73 -
CMYK 0 0.29 0.64 0.21
HSL 33.02º 0.55% 0.54% -
HSV(B) 33.02º 0.64% 0.79% -
XYZ 35.53 32.98 10.8 -
YUV 153.25 82.72 162.77 -
System Red Green Blue C M Y K H S L
Decimal 202 144 73 0 0.29 0.64 0.21 33.02 0.55 0.54
Hex CA 90 49 0 1D 40 15 21 37 36
Octal 312 220 111 0 35 100 25 41 67 66
Binary 11001010 10010000 1001001 0 11101 1000000 10101 100001 110111 110110

Color Harmonies of #CA9049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9049

Black with #CA9049

Text Example


Text Example

White with #CA9049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9049; }

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

 H1.HeaderClassName
 {
   color: #CA9049;
 }
 .AnyTagClassName
 {
   color: #CA9049;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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