#C18A42

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

Shades of Anzac #C18A42

Tints of Anzac #C18A42

Color information

#C18A42 (or 0xC18A42) is unknown color: approx Anzac. HEX triplet: C1, 8A and 42. RGB value is (193,138,66). Sum of RGB (Red+Green+Blue) = 193+138+66=397 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.61% from 397); Green value is 138 (54.30% from 255 or 34.76% from 397); Blue value is 66 (26.17% from 255 or 16.62% from 397); Max value from RGB is 193 - color contains mainly: red. Hex color #C18A42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18A42 is #3E75BD. Grayscale: #929292. Windows color (decimal): -4093374 or 4360897. OLE color: 4360897.

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

Color convert

RGB19313866-
CMYK00.280.660.24
HSL34.02º50.6%50.78%-
HSV(B)34.02º65.8%75.69%-
XYZ32.0629.919.24-
YUV146.2482.72161.35-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.61%
GREEN value IS 138 (54.30% from 255) = 34.76%
BLUE value IS 66 (26.17% from 255) = 16.62%
R=48.61%
G=34.76%
B=16.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.66
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931386600.280.660.2434.0250.650.78
HexC18A4201C4218223333
Octal30121210203410230426363
Binary11000001100010101000010011100100001011000100010110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18A42; }

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

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

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

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

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

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

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

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