Html Css Color HEX #C49242 Anzac

📋 copy color: '#C49242'

red 196 ◦ green 146 ◦ blue 66

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

Shades of Anzac #C49242

Tints of Anzac #C49242

RGB

 RED value IS 196 (76.95% from 255) = 48.04%

 GREEN value IS 146 (57.42% from 255) = 35.78%

 BLUE value IS 66 (26.17% from 255) = 16.18%

R = 48.04%
G = 35.78%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C49242 (or 0xC49242) is known color: Anzac. HEX triplet: C4, 92 and 42. RGB value is (196,146,66). Sum of RGB (Red+Green+Blue) = 196+146+66=408 (54% of max value = 765). Red value is 196 (76.95% from 255 or 48.04% from 408); Green value is 146 (57.42% from 255 or 35.78% from 408); Blue value is 66 (26.17% from 255 or 16.18% from 408); Max value from RGB is 196 - color contains mainly: red. Hex color #C49242 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49242 is #3B6DBD. Grayscale: #989898. Windows color (decimal): -3894718 or 4362948. OLE color: 4362948.

HSL color Cylindrical-coordinate representation of color #C49242: hue angle of 36.92º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C49242 is Cyan = 0, Magento = 0.26, Yellow = 0.66 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 146 66 -
CMYK 0 0.26 0.66 0.23
HSL 36.92º 0.52% 0.51% -
HSV(B) 36.92º 0.66% 0.77% -
XYZ 34.03 32.69 9.67 -
YUV 151.83 79.57 159.5 -
System Red Green Blue C M Y K H S L
Decimal 196 146 66 0 0.26 0.66 0.23 36.92 0.52 0.51
Hex C4 92 42 0 1A 42 17 25 34 33
Octal 304 222 102 0 32 102 27 45 64 63
Binary 11000100 10010010 1000010 0 11010 1000010 10111 100101 110100 110011

Color Harmonies of #C49242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49242

Black with #C49242

Text Example


Text Example

White with #C49242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49242; }

 p { color: rgb(196,146,66); }

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

background-color css

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

 a { background-color: rgb(196,146,66); }

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

border-color css

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

 span { border-color: rgb(196,146,66); }

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