Html Css Color HEX #C29142 Anzac

📋 copy color: '#C29142'

red 194 ◦ green 145 ◦ blue 66

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

Shades of Anzac #C29142

Tints of Anzac #C29142

RGB

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

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

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

R = 47.9%
G = 35.8%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C29142 (or 0xC29142) is known color: Anzac. HEX triplet: C2, 91 and 42. RGB value is (194,145,66). Sum of RGB (Red+Green+Blue) = 194+145+66=405 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.90% from 405); Green value is 145 (57.03% from 255 or 35.80% from 405); Blue value is 66 (26.17% from 255 or 16.30% from 405); Max value from RGB is 194 - color contains mainly: red. Hex color #C29142 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29142 is #3D6EBD. Grayscale: #979797. Windows color (decimal): -4026046 or 4362690. OLE color: 4362690.

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

Color convert

RGB 194 145 66 -
CMYK 0 0.25 0.66 0.24
HSL 37.03º 0.51% 0.51% -
HSV(B) 37.03º 0.66% 0.76% -
XYZ 33.36 32.11 9.59 -
YUV 150.65 80.23 158.92 -
System Red Green Blue C M Y K H S L
Decimal 194 145 66 0 0.25 0.66 0.24 37.03 0.51 0.51
Hex C2 91 42 0 19 42 18 25 33 33
Octal 302 221 102 0 31 102 30 45 63 63
Binary 11000010 10010001 1000010 0 11001 1000010 11000 100101 110011 110011

Color Harmonies of #C29142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29142

Black with #C29142

Text Example


Text Example

White with #C29142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29142; }

 p { color: rgb(194,145,66); }

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

background-color css

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

 a { background-color: rgb(194,145,66); }

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

border-color css

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

 span { border-color: rgb(194,145,66); }

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