Html Css Color HEX #C19242 Anzac

📋 copy color: '#C19242'

red 193 ◦ green 146 ◦ blue 66

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

Shades of Anzac #C19242

Tints of Anzac #C19242

RGB

 RED value IS 193 (75.78% from 255) = 47.65%

 GREEN value IS 146 (57.42% from 255) = 36.05%

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

R = 47.65%
G = 36.05%
B = 16.3%

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

#C19242 (or 0xC19242) is known color: Anzac. HEX triplet: C1, 92 and 42. RGB value is (193,146,66). Sum of RGB (Red+Green+Blue) = 193+146+66=405 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.65% from 405); Green value is 146 (57.42% from 255 or 36.05% from 405); Blue value is 66 (26.17% from 255 or 16.30% from 405); Max value from RGB is 193 - color contains mainly: red. Hex color #C19242 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19242 is #3E6DBD. Grayscale: #979797. Windows color (decimal): -4091326 or 4362945. OLE color: 4362945.

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

Color convert

RGB 193 146 66 -
CMYK 0 0.24 0.66 0.24
HSL 37.8º 0.51% 0.51% -
HSV(B) 37.8º 0.66% 0.76% -
XYZ 33.25 32.29 9.63 -
YUV 150.93 80.07 158 -
System Red Green Blue C M Y K H S L
Decimal 193 146 66 0 0.24 0.66 0.24 37.8 0.51 0.51
Hex C1 92 42 0 18 42 18 26 33 33
Octal 301 222 102 0 30 102 30 46 63 63
Binary 11000001 10010010 1000010 0 11000 1000010 11000 100110 110011 110011

Color Harmonies of #C19242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19242

Black with #C19242

Text Example


Text Example

White with #C19242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19242; }

 p { color: rgb(193,146,66); }

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

background-color css

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

 a { background-color: rgb(193,146,66); }

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

border-color css

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

 span { border-color: rgb(193,146,66); }

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