#CA943C

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

Shades of Anzac #CA943C

Tints of Anzac #CA943C

Color information

#CA943C (or 0xCA943C) is unknown color: approx Anzac. HEX triplet: CA, 94 and 3C. RGB value is (202,148,60). Sum of RGB (Red+Green+Blue) = 202+148+60=410 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.27% from 410); Green value is 148 (58.20% from 255 or 36.10% from 410); Blue value is 60 (23.83% from 255 or 14.63% from 410); Max value from RGB is 202 - color contains mainly: red. Hex color #CA943C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA943C is #356BC3. Grayscale: #9A9A9A. Windows color (decimal): -3500996 or 3970250. OLE color: 3970250.

HSL color Cylindrical-coordinate representation of color #CA943C: hue angle of 37.18º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CA943C is Cyan = 0, Magento = 0.27, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB20214860-
CMYK00.270.700.21
HSL37.18º57.26%51.37%-
HSV(B)37.18º70.3%79.22%-
XYZ35.7634.068.96-
YUV154.1174.89162.16-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.27%
GREEN value IS 148 (58.20% from 255) = 36.10%
BLUE value IS 60 (23.83% from 255) = 14.63%
R=49.27%
G=36.10%
B=14.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.70
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021486000.270.700.2137.1857.2651.37
HexCA943C01B4615253933
Octal3122247403310625457163
Binary1100101010010100111100011011100011010101100101111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA943C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA943C; }

 p { color: rgb(202,148,60); }

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

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

 a { background-color: rgb(202,148,60); }

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

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

 span { border-color: rgb(202,148,60); }

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