#CA953C

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

Shades of Anzac #CA953C

Tints of Anzac #CA953C

Color information

#CA953C (or 0xCA953C) is unknown color: approx Anzac. HEX triplet: CA, 95 and 3C. RGB value is (202,149,60). Sum of RGB (Red+Green+Blue) = 202+149+60=411 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.15% from 411); Green value is 149 (58.59% from 255 or 36.25% from 411); Blue value is 60 (23.83% from 255 or 14.60% from 411); Max value from RGB is 202 - color contains mainly: red. Hex color #CA953C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA953C is #356AC3. Grayscale: #9B9B9B. Windows color (decimal): -3500740 or 3970506. OLE color: 3970506.

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

Color convert

RGB20214960-
CMYK00.260.700.21
HSL37.61º57.26%51.37%-
HSV(B)37.61º70.3%79.22%-
XYZ35.9234.389.02-
YUV154.774.56161.74-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.15%
GREEN value IS 149 (58.59% from 255) = 36.25%
BLUE value IS 60 (23.83% from 255) = 14.60%
R=49.15%
G=36.25%
B=14.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.70
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021496000.260.700.2137.6157.2651.37
HexCA953C01A4615263933
Octal3122257403210625467163
Binary1100101010010101111100011010100011010101100110111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA953C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA953C; }

 p { color: rgb(202,149,60); }

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

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

 a { background-color: rgb(202,149,60); }

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

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

 span { border-color: rgb(202,149,60); }

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