#CA8F44

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

Shades of Anzac #CA8F44

Tints of Anzac #CA8F44

Color information

#CA8F44 (or 0xCA8F44) is unknown color: approx Anzac. HEX triplet: CA, 8F and 44. RGB value is (202,143,68). Sum of RGB (Red+Green+Blue) = 202+143+68=413 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.91% from 413); Green value is 143 (56.25% from 255 or 34.62% from 413); Blue value is 68 (26.95% from 255 or 16.46% from 413); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8F44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8F44 is #3570BB. Grayscale: #989898. Windows color (decimal): -3502268 or 4493258. OLE color: 4493258.

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

Color convert

RGB20214368-
CMYK00.290.660.21
HSL33.58º55.83%52.94%-
HSV(B)33.58º66.34%79.22%-
XYZ35.2232.629.91-
YUV152.0980.55163.6-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.91%
GREEN value IS 143 (56.25% from 255) = 34.62%
BLUE value IS 68 (26.95% from 255) = 16.46%
R=48.91%
G=34.62%
B=16.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.66
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021436800.290.660.2133.5855.8352.94
HexCA8F4401D4215223835
Octal31221710403510225427065
Binary11001010100011111000100011101100001010101100010111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8F44; }

 p { color: rgb(202,143,68); }

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

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

 a { background-color: rgb(202,143,68); }

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

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

 span { border-color: rgb(202,143,68); }

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