Html Css Color HEX #C49643 Anzac

📋 copy color: '#C49643'

red 196 ◦ green 150 ◦ blue 67

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

Shades of Anzac #C49643

Tints of Anzac #C49643

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 16.22%

R = 47.46%
G = 36.32%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C49643 (or 0xC49643) is known color: Anzac. HEX triplet: C4, 96 and 43. RGB value is (196,150,67). Sum of RGB (Red+Green+Blue) = 196+150+67=413 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.46% from 413); Green value is 150 (58.98% from 255 or 36.32% from 413); Blue value is 67 (26.56% from 255 or 16.22% from 413); Max value from RGB is 196 - color contains mainly: red. Hex color #C49643 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49643 is #3B69BC. Grayscale: #9A9A9A. Windows color (decimal): -3893693 or 4429508. OLE color: 4429508.

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

Color convert

RGB 196 150 67 -
CMYK 0 0.23 0.66 0.23
HSL 38.6º 0.52% 0.52% -
HSV(B) 38.6º 0.66% 0.77% -
XYZ 34.68 33.95 10.04 -
YUV 154.29 78.74 157.75 -
System Red Green Blue C M Y K H S L
Decimal 196 150 67 0 0.23 0.66 0.23 38.6 0.52 0.52
Hex C4 96 43 0 17 42 17 27 34 34
Octal 304 226 103 0 27 102 27 47 64 64
Binary 11000100 10010110 1000011 0 10111 1000010 10111 100111 110100 110100

Color Harmonies of #C49643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49643

Black with #C49643

Text Example


Text Example

White with #C49643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49643; }

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

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

background-color css

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

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

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

border-color css

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

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

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