#CA983E

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

Shades of Anzac #CA983E

Tints of Anzac #CA983E

Color information

#CA983E (or 0xCA983E) is unknown color: approx Anzac. HEX triplet: CA, 98 and 3E. RGB value is (202,152,62). Sum of RGB (Red+Green+Blue) = 202+152+62=416 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.56% from 416); Green value is 152 (59.77% from 255 or 36.54% from 416); Blue value is 62 (24.61% from 255 or 14.90% from 416); Max value from RGB is 202 - color contains mainly: red. Hex color #CA983E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA983E is #3567C1. Grayscale: #9D9D9D. Windows color (decimal): -3499970 or 4102346. OLE color: 4102346.

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

Color convert

RGB20215262-
CMYK00.250.690.21
HSL38.57º56.91%51.76%-
HSV(B)38.57º69.31%79.22%-
XYZ36.4535.369.46-
YUV156.6974.56160.32-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.56%
GREEN value IS 152 (59.77% from 255) = 36.54%
BLUE value IS 62 (24.61% from 255) = 14.90%
R=48.56%
G=36.54%
B=14.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.69
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021526200.250.690.2138.5756.9151.76
HexCA983E0194515273934
Octal3122307603110525477164
Binary1100101010011000111110011001100010110101100111111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA983E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA983E; }

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

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

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

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

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

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

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

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