#CA903C

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

Shades of Anzac #CA903C

Tints of Anzac #CA903C

Color information

#CA903C (or 0xCA903C) is unknown color: approx Anzac. HEX triplet: CA, 90 and 3C. RGB value is (202,144,60). Sum of RGB (Red+Green+Blue) = 202+144+60=406 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.75% from 406); Green value is 144 (56.64% from 255 or 35.47% from 406); Blue value is 60 (23.83% from 255 or 14.78% from 406); Max value from RGB is 202 - color contains mainly: red. Hex color #CA903C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA903C is #356FC3. Grayscale: #989898. Windows color (decimal): -3502020 or 3969226. OLE color: 3969226.

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

Color convert

RGB20214460-
CMYK00.290.700.21
HSL35.49º57.26%51.37%-
HSV(B)35.49º70.3%79.22%-
XYZ35.1532.838.76-
YUV151.7776.22163.83-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.75%
GREEN value IS 144 (56.64% from 255) = 35.47%
BLUE value IS 60 (23.83% from 255) = 14.78%
R=49.75%
G=35.47%
B=14.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.70
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021446000.290.700.2135.4957.2651.37
HexCA903C01D4615233933
Octal3122207403510625437163
Binary1100101010010000111100011101100011010101100011111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA903C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA903C; }

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

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

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

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

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

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

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

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