Html Css Color HEX #C49143 Anzac

📋 copy color: '#C49143'

red 196 ◦ green 145 ◦ blue 67

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

Shades of Anzac #C49143

Tints of Anzac #C49143

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.54%

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

R = 48.04%
G = 35.54%
B = 16.42%

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

#C49143 (or 0xC49143) is known color: Anzac. HEX triplet: C4, 91 and 43. RGB value is (196,145,67). Sum of RGB (Red+Green+Blue) = 196+145+67=408 (54% of max value = 765). Red value is 196 (76.95% from 255 or 48.04% from 408); Green value is 145 (57.03% from 255 or 35.54% from 408); Blue value is 67 (26.56% from 255 or 16.42% from 408); Max value from RGB is 196 - color contains mainly: red. Hex color #C49143 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49143 is #3B6EBC. Grayscale: #979797. Windows color (decimal): -3894973 or 4428228. OLE color: 4428228.

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

Color convert

RGB 196 145 67 -
CMYK 0 0.26 0.66 0.23
HSL 36.28º 0.52% 0.52% -
HSV(B) 36.28º 0.66% 0.77% -
XYZ 33.9 32.39 9.78 -
YUV 151.36 80.4 159.84 -
System Red Green Blue C M Y K H S L
Decimal 196 145 67 0 0.26 0.66 0.23 36.28 0.52 0.52
Hex C4 91 43 0 1A 42 17 24 34 34
Octal 304 221 103 0 32 102 27 44 64 64
Binary 11000100 10010001 1000011 0 11010 1000010 10111 100100 110100 110100

Color Harmonies of #C49143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49143

Black with #C49143

Text Example


Text Example

White with #C49143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49143; }

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

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

background-color css

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

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

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

border-color css

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

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

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