Html Css Color HEX #CA9046 Anzac

📋 copy color: '#CA9046'

red 202 ◦ green 144 ◦ blue 70

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

Shades of Anzac #CA9046

Tints of Anzac #CA9046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 16.83%

R = 48.56%
G = 34.62%
B = 16.83%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#CA9046 (or 0xCA9046) is known color: Anzac. HEX triplet: CA, 90 and 46. RGB value is (202,144,70). Sum of RGB (Red+Green+Blue) = 202+144+70=416 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.56% from 416); Green value is 144 (56.64% from 255 or 34.62% from 416); Blue value is 70 (27.73% from 255 or 16.83% from 416); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9046 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9046 is #356FB9. Grayscale: #999999. Windows color (decimal): -3502010 or 4624586. OLE color: 4624586.

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

Color convert

RGB 202 144 70 -
CMYK 0 0.29 0.65 0.21
HSL 33.64º 0.55% 0.53% -
HSV(B) 33.64º 0.65% 0.79% -
XYZ 35.44 32.95 10.29 -
YUV 152.91 81.22 163.02 -
System Red Green Blue C M Y K H S L
Decimal 202 144 70 0 0.29 0.65 0.21 33.64 0.55 0.53
Hex CA 90 46 0 1D 41 15 22 37 35
Octal 312 220 106 0 35 101 25 42 67 65
Binary 11001010 10010000 1000110 0 11101 1000001 10101 100010 110111 110101

Color Harmonies of #CA9046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9046

Black with #CA9046

Text Example


Text Example

White with #CA9046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9046; }

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

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

background-color css

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

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

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

border-color css

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

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

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