Html Css Color HEX #C29040 Anzac

📋 copy color: '#C29040'

red 194 ◦ green 144 ◦ blue 64

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

Shades of Anzac #C29040

Tints of Anzac #C29040

RGB

 RED value IS 194 (76.17% from 255) = 48.26%

 GREEN value IS 144 (56.64% from 255) = 35.82%

 BLUE value IS 64 (25.39% from 255) = 15.92%

R = 48.26%
G = 35.82%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C29040 (or 0xC29040) is known color: Anzac. HEX triplet: C2, 90 and 40. RGB value is (194,144,64). Sum of RGB (Red+Green+Blue) = 194+144+64=402 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.26% from 402); Green value is 144 (56.64% from 255 or 35.82% from 402); Blue value is 64 (25.39% from 255 or 15.92% from 402); Max value from RGB is 194 - color contains mainly: red. Hex color #C29040 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29040 is #3D6FBF. Grayscale: #969696. Windows color (decimal): -4026304 or 4231362. OLE color: 4231362.

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

Color convert

RGB 194 144 64 -
CMYK 0 0.26 0.67 0.24
HSL 36.92º 0.52% 0.51% -
HSV(B) 36.92º 0.67% 0.76% -
XYZ 33.15 31.79 9.24 -
YUV 149.83 79.57 159.5 -
System Red Green Blue C M Y K H S L
Decimal 194 144 64 0 0.26 0.67 0.24 36.92 0.52 0.51
Hex C2 90 40 0 1A 43 18 25 34 33
Octal 302 220 100 0 32 103 30 45 64 63
Binary 11000010 10010000 1000000 0 11010 1000011 11000 100101 110100 110011

Color Harmonies of #C29040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29040

Black with #C29040

Text Example


Text Example

White with #C29040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29040; }

 p { color: rgb(194,144,64); }

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

background-color css

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

 a { background-color: rgb(194,144,64); }

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

border-color css

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

 span { border-color: rgb(194,144,64); }

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