#CA8E3B

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

Shades of Anzac #CA8E3B

Tints of Anzac #CA8E3B

Color information

#CA8E3B (or 0xCA8E3B) is unknown color: approx Anzac. HEX triplet: CA, 8E and 3B. RGB value is (202,142,59). Sum of RGB (Red+Green+Blue) = 202+142+59=403 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.12% from 403); Green value is 142 (55.86% from 255 or 35.24% from 403); Blue value is 59 (23.44% from 255 or 14.64% from 403); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8E3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8E3B is #3571C4. Grayscale: #969696. Windows color (decimal): -3502533 or 3903178. OLE color: 3903178.

HSL color Cylindrical-coordinate representation of color #CA8E3B: hue angle of 34.83º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CA8E3B is Cyan = 0, Magento = 0.30, Yellow = 0.71 and Black (K on CMYK) = 0.21.

Color convert

RGB20214259-
CMYK00.300.710.21
HSL34.83º57.43%51.18%-
HSV(B)34.83º70.79%79.22%-
XYZ34.8232.228.52-
YUV150.4876.38164.75-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.12%
GREEN value IS 142 (55.86% from 255) = 35.24%
BLUE value IS 59 (23.44% from 255) = 14.64%
R=50.12%
G=35.24%
B=14.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.71
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021425900.300.710.2134.8357.4351.18
HexCA8E3B01E4715233933
Octal3122167303610725437163
Binary1100101010001110111011011110100011110101100011111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8E3B; }

 p { color: rgb(202,142,59); }

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

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

 a { background-color: rgb(202,142,59); }

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

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

 span { border-color: rgb(202,142,59); }

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