#CA9E43

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

Shades of Anzac #CA9E43

Tints of Anzac #CA9E43

Color information

#CA9E43 (or 0xCA9E43) is unknown color: approx Anzac. HEX triplet: CA, 9E and 43. RGB value is (202,158,67). Sum of RGB (Red+Green+Blue) = 202+158+67=427 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.31% from 427); Green value is 158 (62.11% from 255 or 37.00% from 427); Blue value is 67 (26.56% from 255 or 15.69% from 427); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9E43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9E43 is #3561BC. Grayscale: #A1A1A1. Windows color (decimal): -3498429 or 4431562. OLE color: 4431562.

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

Color convert

RGB20215867-
CMYK00.220.670.21
HSL40.44º56.02%52.75%-
HSV(B)40.44º66.83%79.22%-
XYZ37.637.4210.55-
YUV160.7875.08157.4-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.31%
GREEN value IS 158 (62.11% from 255) = 37.00%
BLUE value IS 67 (26.56% from 255) = 15.69%
R=47.31%
G=37.00%
B=15.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.67
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021586700.220.670.2140.4456.0252.75
HexCA9E430164315283835
Octal31223610302610325507065
Binary11001010100111101000011010110100001110101101000111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9E43; }

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

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

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

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

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

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

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

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