Html Css Color HEX #CA9446 Anzac

📋 copy color: '#CA9446'

red 202 ◦ green 148 ◦ blue 70

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

Shades of Anzac #CA9446

Tints of Anzac #CA9446

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.24%

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

R = 48.1%
G = 35.24%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#CA9446 (or 0xCA9446) is known color: Anzac. HEX triplet: CA, 94 and 46. RGB value is (202,148,70). Sum of RGB (Red+Green+Blue) = 202+148+70=420 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.10% from 420); Green value is 148 (58.20% from 255 or 35.24% from 420); Blue value is 70 (27.73% from 255 or 16.67% from 420); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9446 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9446 is #356BB9. Grayscale: #9B9B9B. Windows color (decimal): -3500986 or 4625610. OLE color: 4625610.

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

Color convert

RGB 202 148 70 -
CMYK 0 0.27 0.65 0.21
HSL 35.45º 0.55% 0.53% -
HSV(B) 35.45º 0.65% 0.79% -
XYZ 36.05 34.18 10.49 -
YUV 155.25 79.89 161.34 -
System Red Green Blue C M Y K H S L
Decimal 202 148 70 0 0.27 0.65 0.21 35.45 0.55 0.53
Hex CA 94 46 0 1B 41 15 23 37 35
Octal 312 224 106 0 33 101 25 43 67 65
Binary 11001010 10010100 1000110 0 11011 1000001 10101 100011 110111 110101

Color Harmonies of #CA9446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9446

Black with #CA9446

Text Example


Text Example

White with #CA9446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9446; }

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

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

background-color css

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

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

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

border-color css

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

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

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