#CA8D46

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

Shades of Anzac #CA8D46

Tints of Anzac #CA8D46

Color information

#CA8D46 (or 0xCA8D46) is unknown color: approx Anzac. HEX triplet: CA, 8D and 46. RGB value is (202,141,70). Sum of RGB (Red+Green+Blue) = 202+141+70=413 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.91% from 413); Green value is 141 (55.47% from 255 or 34.14% from 413); Blue value is 70 (27.73% from 255 or 16.95% from 413); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8D46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8D46 is #3572B9. Grayscale: #979797. Windows color (decimal): -3502778 or 4623818. OLE color: 4623818.

HSL color Cylindrical-coordinate representation of color #CA8D46: hue angle of 32.27º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CA8D46 is Cyan = 0, Magento = 0.30, Yellow = 0.65 and Black (K on CMYK) = 0.21.

Color convert

RGB20214170-
CMYK00.300.650.21
HSL32.27º55.46%53.33%-
HSV(B)32.27º65.35%79.22%-
XYZ34.9932.0510.14-
YUV151.1482.21164.27-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.91%
GREEN value IS 141 (55.47% from 255) = 34.14%
BLUE value IS 70 (27.73% from 255) = 16.95%
R=48.91%
G=34.14%
B=16.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.65
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021417000.300.650.2132.2755.4653.33
HexCA8D4601E4115203735
Octal31221510603610125406765
Binary11001010100011011000110011110100000110101100000110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8D46; }

 p { color: rgb(202,141,70); }

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

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

 a { background-color: rgb(202,141,70); }

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

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

 span { border-color: rgb(202,141,70); }

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