Html Css Color HEX #C49641 Anzac

📋 copy color: '#C49641'

red 196 ◦ green 150 ◦ blue 65

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

Shades of Anzac #C49641

Tints of Anzac #C49641

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.5%

 BLUE value IS 65 (25.78% from 255) = 15.82%

R = 47.69%
G = 36.5%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C49641 (or 0xC49641) is known color: Anzac. HEX triplet: C4, 96 and 41. RGB value is (196,150,65). Sum of RGB (Red+Green+Blue) = 196+150+65=411 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.69% from 411); Green value is 150 (58.98% from 255 or 36.50% from 411); Blue value is 65 (25.78% from 255 or 15.82% from 411); Max value from RGB is 196 - color contains mainly: red. Hex color #C49641 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49641 is #3B69BE. Grayscale: #9A9A9A. Windows color (decimal): -3893695 or 4298436. OLE color: 4298436.

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

Color convert

RGB 196 150 65 -
CMYK 0 0.23 0.67 0.23
HSL 38.93º 0.53% 0.51% -
HSV(B) 38.93º 0.67% 0.77% -
XYZ 34.63 33.93 9.73 -
YUV 154.06 77.74 157.91 -
System Red Green Blue C M Y K H S L
Decimal 196 150 65 0 0.23 0.67 0.23 38.93 0.53 0.51
Hex C4 96 41 0 17 43 17 27 35 33
Octal 304 226 101 0 27 103 27 47 65 63
Binary 11000100 10010110 1000001 0 10111 1000011 10111 100111 110101 110011

Color Harmonies of #C49641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49641

Black with #C49641

Text Example


Text Example

White with #C49641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49641; }

 p { color: rgb(196,150,65); }

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

background-color css

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

 a { background-color: rgb(196,150,65); }

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

border-color css

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

 span { border-color: rgb(196,150,65); }

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