#C18A43

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

Shades of Anzac #C18A43

Tints of Anzac #C18A43

Color information

#C18A43 (or 0xC18A43) is unknown color: approx Anzac. HEX triplet: C1, 8A and 43. RGB value is (193,138,67). Sum of RGB (Red+Green+Blue) = 193+138+67=398 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.49% from 398); Green value is 138 (54.30% from 255 or 34.67% from 398); Blue value is 67 (26.56% from 255 or 16.83% from 398); Max value from RGB is 193 - color contains mainly: red. Hex color #C18A43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18A43 is #3E75BC. Grayscale: #929292. Windows color (decimal): -4093373 or 4426433. OLE color: 4426433.

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

Color convert

RGB19313867-
CMYK00.280.650.24
HSL33.81º50.4%50.98%-
HSV(B)33.81º65.28%75.69%-
XYZ32.0929.929.39-
YUV146.3583.22161.27-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.49%
GREEN value IS 138 (54.30% from 255) = 34.67%
BLUE value IS 67 (26.56% from 255) = 16.83%
R=48.49%
G=34.67%
B=16.83%

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
Decimal1931386700.280.650.2433.8150.450.98
HexC18A4301C4118223233
Octal30121210303410130426263
Binary11000001100010101000011011100100000111000100010110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18A43; }

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

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

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

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

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

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

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

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