Html Css Color HEX #C49442 Anzac

📋 copy color: '#C49442'

red 196 ◦ green 148 ◦ blue 66

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

Shades of Anzac #C49442

Tints of Anzac #C49442

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.1%

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

R = 47.8%
G = 36.1%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C49442 (or 0xC49442) is known color: Anzac. HEX triplet: C4, 94 and 42. RGB value is (196,148,66). Sum of RGB (Red+Green+Blue) = 196+148+66=410 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.80% from 410); Green value is 148 (58.20% from 255 or 36.10% from 410); Blue value is 66 (26.17% from 255 or 16.10% from 410); Max value from RGB is 196 - color contains mainly: red. Hex color #C49442 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49442 is #3B6BBD. Grayscale: #999999. Windows color (decimal): -3894206 or 4363460. OLE color: 4363460.

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

Color convert

RGB 196 148 66 -
CMYK 0 0.24 0.66 0.23
HSL 37.85º 0.52% 0.51% -
HSV(B) 37.85º 0.66% 0.77% -
XYZ 34.34 33.31 9.77 -
YUV 153 78.9 158.67 -
System Red Green Blue C M Y K H S L
Decimal 196 148 66 0 0.24 0.66 0.23 37.85 0.52 0.51
Hex C4 94 42 0 18 42 17 26 34 33
Octal 304 224 102 0 30 102 27 46 64 63
Binary 11000100 10010100 1000010 0 11000 1000010 10111 100110 110100 110011

Color Harmonies of #C49442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49442

Black with #C49442

Text Example


Text Example

White with #C49442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49442; }

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

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

background-color css

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

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

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

border-color css

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

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

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