Html Css Color HEX #C29342 Anzac

📋 copy color: '#C29342'

red 194 ◦ green 147 ◦ blue 66

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

Shades of Anzac #C29342

Tints of Anzac #C29342

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.12%

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

R = 47.67%
G = 36.12%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C29342 (or 0xC29342) is known color: Anzac. HEX triplet: C2, 93 and 42. RGB value is (194,147,66). Sum of RGB (Red+Green+Blue) = 194+147+66=407 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.67% from 407); Green value is 147 (57.81% from 255 or 36.12% from 407); Blue value is 66 (26.17% from 255 or 16.22% from 407); Max value from RGB is 194 - color contains mainly: red. Hex color #C29342 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29342 is #3D6CBD. Grayscale: #989898. Windows color (decimal): -4025534 or 4363202. OLE color: 4363202.

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

Color convert

RGB 194 147 66 -
CMYK 0 0.24 0.66 0.24
HSL 37.97º 0.51% 0.51% -
HSV(B) 37.97º 0.66% 0.76% -
XYZ 33.67 32.73 9.7 -
YUV 151.82 79.57 158.09 -
System Red Green Blue C M Y K H S L
Decimal 194 147 66 0 0.24 0.66 0.24 37.97 0.51 0.51
Hex C2 93 42 0 18 42 18 26 33 33
Octal 302 223 102 0 30 102 30 46 63 63
Binary 11000010 10010011 1000010 0 11000 1000010 11000 100110 110011 110011

Color Harmonies of #C29342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29342

Black with #C29342

Text Example


Text Example

White with #C29342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29342; }

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

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

background-color css

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

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

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

border-color css

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

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

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