Html Css Color HEX #CA9547 Anzac

📋 copy color: '#CA9547'

red 202 ◦ green 149 ◦ blue 71

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

Shades of Anzac #CA9547

Tints of Anzac #CA9547

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.31%

 BLUE value IS 71 (28.13% from 255) = 16.82%

R = 47.87%
G = 35.31%
B = 16.82%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#CA9547 (or 0xCA9547) is known color: Anzac. HEX triplet: CA, 95 and 47. RGB value is (202,149,71). Sum of RGB (Red+Green+Blue) = 202+149+71=422 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.87% from 422); Green value is 149 (58.59% from 255 or 35.31% from 422); Blue value is 71 (28.12% from 255 or 16.82% from 422); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9547 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9547 is #356AB8. Grayscale: #9C9C9C. Windows color (decimal): -3500729 or 4691402. OLE color: 4691402.

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

Color convert

RGB 202 149 71 -
CMYK 0 0.26 0.65 0.21
HSL 35.73º 0.55% 0.54% -
HSV(B) 35.73º 0.65% 0.79% -
XYZ 36.24 34.51 10.71 -
YUV 155.96 80.06 160.84 -
System Red Green Blue C M Y K H S L
Decimal 202 149 71 0 0.26 0.65 0.21 35.73 0.55 0.54
Hex CA 95 47 0 1A 41 15 24 37 36
Octal 312 225 107 0 32 101 25 44 67 66
Binary 11001010 10010101 1000111 0 11010 1000001 10101 100100 110111 110110

Color Harmonies of #CA9547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9547

Black with #CA9547

Text Example


Text Example

White with #CA9547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9547; }

 p { color: rgb(202,149,71); }

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

background-color css

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

 a { background-color: rgb(202,149,71); }

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

border-color css

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

 span { border-color: rgb(202,149,71); }

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