Html Css Color HEX #C18A40 Anzac

📋 copy color: '#C18A40'

red 193 ◦ green 138 ◦ blue 64

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

Shades of Anzac #C18A40

Tints of Anzac #C18A40

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.94%

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

R = 48.86%
G = 34.94%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C18A40 (or 0xC18A40) is known color: Anzac. HEX triplet: C1, 8A and 40. RGB value is (193,138,64). Sum of RGB (Red+Green+Blue) = 193+138+64=395 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.86% from 395); Green value is 138 (54.30% from 255 or 34.94% from 395); Blue value is 64 (25.39% from 255 or 16.20% from 395); Max value from RGB is 193 - color contains mainly: red. Hex color #C18A40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18A40 is #3E75BF. Grayscale: #929292. Windows color (decimal): -4093376 or 4229825. OLE color: 4229825.

HSL color Cylindrical-coordinate representation of color #C18A40: hue angle of 34.42º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C18A40 is Cyan = 0, Magento = 0.28, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 138 64 -
CMYK 0 0.28 0.67 0.24
HSL 34.42º 0.51% 0.5% -
HSV(B) 34.42º 0.67% 0.76% -
XYZ 32.01 29.88 8.93 -
YUV 146.01 81.72 161.52 -
System Red Green Blue C M Y K H S L
Decimal 193 138 64 0 0.28 0.67 0.24 34.42 0.51 0.5
Hex C1 8A 40 0 1C 43 18 22 33 32
Octal 301 212 100 0 34 103 30 42 63 62
Binary 11000001 10001010 1000000 0 11100 1000011 11000 100010 110011 110010

Color Harmonies of #C18A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18A40

Black with #C18A40

Text Example


Text Example

White with #C18A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18A40; }

 p { color: rgb(193,138,64); }

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

background-color css

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

 a { background-color: rgb(193,138,64); }

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

border-color css

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

 span { border-color: rgb(193,138,64); }

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