Html Css Color HEX #CA9546 Anzac

📋 copy color: '#CA9546'

red 202 ◦ green 149 ◦ blue 70

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

Shades of Anzac #CA9546

Tints of Anzac #CA9546

RGB

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

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

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

R = 47.98%
G = 35.39%
B = 16.63%

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

#CA9546 (or 0xCA9546) is known color: Anzac. HEX triplet: CA, 95 and 46. RGB value is (202,149,70). Sum of RGB (Red+Green+Blue) = 202+149+70=421 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.98% from 421); Green value is 149 (58.59% from 255 or 35.39% from 421); Blue value is 70 (27.73% from 255 or 16.63% from 421); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9546 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9546 is #356AB9. Grayscale: #9C9C9C. Windows color (decimal): -3500730 or 4625866. OLE color: 4625866.

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

Color convert

RGB 202 149 70 -
CMYK 0 0.26 0.65 0.21
HSL 35.91º 0.55% 0.53% -
HSV(B) 35.91º 0.65% 0.79% -
XYZ 36.21 34.49 10.54 -
YUV 155.84 79.56 160.92 -
System Red Green Blue C M Y K H S L
Decimal 202 149 70 0 0.26 0.65 0.21 35.91 0.55 0.53
Hex CA 95 46 0 1A 41 15 24 37 35
Octal 312 225 106 0 32 101 25 44 67 65
Binary 11001010 10010101 1000110 0 11010 1000001 10101 100100 110111 110101

Color Harmonies of #CA9546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9546

Black with #CA9546

Text Example


Text Example

White with #CA9546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9546; }

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

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

background-color css

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

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

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

border-color css

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

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

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