#CA9841

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

Shades of Anzac #CA9841

Tints of Anzac #CA9841

Color information

#CA9841 (or 0xCA9841) is unknown color: approx Anzac. HEX triplet: CA, 98 and 41. RGB value is (202,152,65). Sum of RGB (Red+Green+Blue) = 202+152+65=419 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.21% from 419); Green value is 152 (59.77% from 255 or 36.28% from 419); Blue value is 65 (25.78% from 255 or 15.51% from 419); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9841 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9841 is #3567BE. Grayscale: #9D9D9D. Windows color (decimal): -3499967 or 4298954. OLE color: 4298954.

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

Color convert

RGB20215265-
CMYK00.250.680.21
HSL38.1º56.38%52.35%-
HSV(B)38.1º67.82%79.22%-
XYZ36.5435.399.91-
YUV157.0376.06160.07-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.21%
GREEN value IS 152 (59.77% from 255) = 36.28%
BLUE value IS 65 (25.78% from 255) = 15.51%
R=48.21%
G=36.28%
B=15.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.68
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021526500.250.680.2138.156.3852.35
HexCA98410194415263834
Octal31223010103110425467064
Binary11001010100110001000001011001100010010101100110111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9841; }

 p { color: rgb(202,152,65); }

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

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

 a { background-color: rgb(202,152,65); }

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

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

 span { border-color: rgb(202,152,65); }

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