Html Css Color HEX #C29140 Anzac

📋 copy color: '#C29140'

red 194 ◦ green 145 ◦ blue 64

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

Shades of Anzac #C29140

Tints of Anzac #C29140

RGB

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

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

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

R = 48.14%
G = 35.98%
B = 15.88%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C29140 (or 0xC29140) is known color: Anzac. HEX triplet: C2, 91 and 40. RGB value is (194,145,64). Sum of RGB (Red+Green+Blue) = 194+145+64=403 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.14% from 403); Green value is 145 (57.03% from 255 or 35.98% from 403); Blue value is 64 (25.39% from 255 or 15.88% from 403); Max value from RGB is 194 - color contains mainly: red. Hex color #C29140 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29140 is #3D6EBF. Grayscale: #969696. Windows color (decimal): -4026048 or 4231618. OLE color: 4231618.

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

Color convert

RGB 194 145 64 -
CMYK 0 0.25 0.67 0.24
HSL 37.38º 0.52% 0.51% -
HSV(B) 37.38º 0.67% 0.76% -
XYZ 33.3 32.09 9.29 -
YUV 150.42 79.23 159.09 -
System Red Green Blue C M Y K H S L
Decimal 194 145 64 0 0.25 0.67 0.24 37.38 0.52 0.51
Hex C2 91 40 0 19 43 18 25 34 33
Octal 302 221 100 0 31 103 30 45 64 63
Binary 11000010 10010001 1000000 0 11001 1000011 11000 100101 110100 110011

Color Harmonies of #C29140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29140

Black with #C29140

Text Example


Text Example

White with #C29140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29140; }

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

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

background-color css

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

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

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

border-color css

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

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

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