Html Css Color HEX #C29141 Anzac

📋 copy color: '#C29141'

red 194 ◦ green 145 ◦ blue 65

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

Shades of Anzac #C29141

Tints of Anzac #C29141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.09%

R = 48.02%
G = 35.89%
B = 16.09%

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

#C29141 (or 0xC29141) is known color: Anzac. HEX triplet: C2, 91 and 41. RGB value is (194,145,65). Sum of RGB (Red+Green+Blue) = 194+145+65=404 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.02% from 404); Green value is 145 (57.03% from 255 or 35.89% from 404); Blue value is 65 (25.78% from 255 or 16.09% from 404); Max value from RGB is 194 - color contains mainly: red. Hex color #C29141 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29141 is #3D6EBE. Grayscale: #969696. Windows color (decimal): -4026047 or 4297154. OLE color: 4297154.

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

Color convert

RGB 194 145 65 -
CMYK 0 0.25 0.66 0.24
HSL 37.21º 0.51% 0.51% -
HSV(B) 37.21º 0.66% 0.76% -
XYZ 33.33 32.1 9.44 -
YUV 150.53 79.73 159 -
System Red Green Blue C M Y K H S L
Decimal 194 145 65 0 0.25 0.66 0.24 37.21 0.51 0.51
Hex C2 91 41 0 19 42 18 25 33 33
Octal 302 221 101 0 31 102 30 45 63 63
Binary 11000010 10010001 1000001 0 11001 1000010 11000 100101 110011 110011

Color Harmonies of #C29141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29141

Black with #C29141

Text Example


Text Example

White with #C29141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29141; }

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

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

background-color css

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

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

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

border-color css

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

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

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