#CA9941

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

Shades of Anzac #CA9941

Tints of Anzac #CA9941

Color information

#CA9941 (or 0xCA9941) is unknown color: approx Anzac. HEX triplet: CA, 99 and 41. RGB value is (202,153,65). Sum of RGB (Red+Green+Blue) = 202+153+65=420 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.10% from 420); Green value is 153 (60.16% from 255 or 36.43% from 420); Blue value is 65 (25.78% from 255 or 15.48% from 420); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9941 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9941 is #3566BE. Grayscale: #9E9E9E. Windows color (decimal): -3499711 or 4299210. OLE color: 4299210.

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

Color convert

RGB20215365-
CMYK00.240.680.21
HSL38.54º56.38%52.35%-
HSV(B)38.54º67.82%79.22%-
XYZ36.735.729.96-
YUV157.6275.73159.66-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.10%
GREEN value IS 153 (60.16% from 255) = 36.43%
BLUE value IS 65 (25.78% from 255) = 15.48%
R=48.10%
G=36.43%
B=15.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.68
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021536500.240.680.2138.5456.3852.35
HexCA99410184415273834
Octal31223110103010425477064
Binary11001010100110011000001011000100010010101100111111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9941; }

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

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

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

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

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

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

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

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