#CA9C3E

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

Shades of Anzac #CA9C3E

Tints of Anzac #CA9C3E

Color information

#CA9C3E (or 0xCA9C3E) is unknown color: approx Anzac. HEX triplet: CA, 9C and 3E. RGB value is (202,156,62). Sum of RGB (Red+Green+Blue) = 202+156+62=420 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.10% from 420); Green value is 156 (61.33% from 255 or 37.14% from 420); Blue value is 62 (24.61% from 255 or 14.76% from 420); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9C3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9C3E is #3563C1. Grayscale: #9F9F9F. Windows color (decimal): -3498946 or 4103370. OLE color: 4103370.

HSL color Cylindrical-coordinate representation of color #CA9C3E: hue angle of 40.29º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CA9C3E is Cyan = 0, Magento = 0.23, Yellow = 0.69 and Black (K on CMYK) = 0.21.

Color convert

RGB20215662-
CMYK00.230.690.21
HSL40.29º56.91%51.76%-
HSV(B)40.29º69.31%79.22%-
XYZ37.1236.689.68-
YUV159.0473.24158.64-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.10%
GREEN value IS 156 (61.33% from 255) = 37.14%
BLUE value IS 62 (24.61% from 255) = 14.76%
R=48.10%
G=37.14%
B=14.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.69
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021566200.230.690.2140.2956.9151.76
HexCA9C3E0174515283934
Octal3122347602710525507164
Binary1100101010011100111110010111100010110101101000111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9C3E; }

 p { color: rgb(202,156,62); }

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

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

 a { background-color: rgb(202,156,62); }

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

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

 span { border-color: rgb(202,156,62); }

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