#CA9E3C

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

Shades of Anzac #CA9E3C

Tints of Anzac #CA9E3C

Color information

#CA9E3C (or 0xCA9E3C) is unknown color: approx Anzac. HEX triplet: CA, 9E and 3C. RGB value is (202,158,60). Sum of RGB (Red+Green+Blue) = 202+158+60=420 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.10% from 420); Green value is 158 (62.11% from 255 or 37.62% from 420); Blue value is 60 (23.83% from 255 or 14.29% from 420); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9E3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9E3C is #3561C3. Grayscale: #A0A0A0. Windows color (decimal): -3498436 or 3972810. OLE color: 3972810.

HSL color Cylindrical-coordinate representation of color #CA9E3C: hue angle of 41.41º 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 #CA9E3C is Cyan = 0, Magento = 0.22, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB20215860-
CMYK00.220.700.21
HSL41.41º57.26%51.37%-
HSV(B)41.41º70.3%79.22%-
XYZ37.437.349.51-
YUV159.9871.58157.97-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.10%
GREEN value IS 158 (62.11% from 255) = 37.62%
BLUE value IS 60 (23.83% from 255) = 14.29%
R=48.10%
G=37.62%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.70
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021586000.220.700.2141.4157.2651.37
HexCA9E3C0164615293933
Octal3122367402610625517163
Binary1100101010011110111100010110100011010101101001111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9E3C; }

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

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

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

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

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

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

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

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