Html Css Color HEX #C29642 Anzac

📋 copy color: '#C29642'

red 194 ◦ green 150 ◦ blue 66

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

Shades of Anzac #C29642

Tints of Anzac #C29642

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.59%

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

R = 47.32%
G = 36.59%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C29642 (or 0xC29642) is known color: Anzac. HEX triplet: C2, 96 and 42. RGB value is (194,150,66). Sum of RGB (Red+Green+Blue) = 194+150+66=410 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.32% from 410); Green value is 150 (58.98% from 255 or 36.59% from 410); Blue value is 66 (26.17% from 255 or 16.10% from 410); Max value from RGB is 194 - color contains mainly: red. Hex color #C29642 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29642 is #3D69BD. Grayscale: #999999. Windows color (decimal): -4024766 or 4363970. OLE color: 4363970.

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

Color convert

RGB 194 150 66 -
CMYK 0 0.23 0.66 0.24
HSL 39.38º 0.51% 0.51% -
HSV(B) 39.38º 0.66% 0.76% -
XYZ 34.14 33.68 9.85 -
YUV 153.58 78.58 156.83 -
System Red Green Blue C M Y K H S L
Decimal 194 150 66 0 0.23 0.66 0.24 39.38 0.51 0.51
Hex C2 96 42 0 17 42 18 27 33 33
Octal 302 226 102 0 27 102 30 47 63 63
Binary 11000010 10010110 1000010 0 10111 1000010 11000 100111 110011 110011

Color Harmonies of #C29642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29642

Black with #C29642

Text Example


Text Example

White with #C29642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29642; }

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

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

background-color css

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

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

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

border-color css

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

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

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