#C18A44

Color #C18A44 Anzac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Anzac #C18A44

Tints of Anzac #C18A44

Color information

#C18A44 (or 0xC18A44) is unknown color: approx Anzac. HEX triplet: C1, 8A and 44. RGB value is (193,138,68). Sum of RGB (Red+Green+Blue) = 193+138+68=399 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.37% from 399); Green value is 138 (54.30% from 255 or 34.59% from 399); Blue value is 68 (26.95% from 255 or 17.04% from 399); Max value from RGB is 193 - color contains mainly: red. Hex color #C18A44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18A44 is #3E75BB. Grayscale: #929292. Windows color (decimal): -4093372 or 4491969. OLE color: 4491969.

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

Color convert

RGB19313868-
CMYK00.280.650.24
HSL33.6º50.2%51.18%-
HSV(B)33.6º64.77%75.69%-
XYZ32.1229.939.55-
YUV146.4683.72161.19-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.37%
GREEN value IS 138 (54.30% from 255) = 34.59%
BLUE value IS 68 (26.95% from 255) = 17.04%
R=48.37%
G=34.59%
B=17.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.65
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931386800.280.650.2433.650.251.18
HexC18A4401C4118223233
Octal30121210403410130426263
Binary11000001100010101000100011100100000111000100010110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18A44; }

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

 H1.HeaderClassName
 {
   color: #C18A44;
 }
 .AnyTagClassName
 {
   color: #C18A44;
 }
</style>
background-color css

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

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

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

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

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

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