#CA8D48

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

Shades of Anzac #CA8D48

Tints of Anzac #CA8D48

Color information

#CA8D48 (or 0xCA8D48) is unknown color: approx Anzac. HEX triplet: CA, 8D and 48. RGB value is (202,141,72). Sum of RGB (Red+Green+Blue) = 202+141+72=415 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.67% from 415); Green value is 141 (55.47% from 255 or 33.98% from 415); Blue value is 72 (28.52% from 255 or 17.35% from 415); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8D48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8D48 is #3572B7. Grayscale: #979797. Windows color (decimal): -3502776 or 4754890. OLE color: 4754890.

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

Color convert

RGB20214172-
CMYK00.300.640.21
HSL31.85º55.08%53.73%-
HSV(B)31.85º64.36%79.22%-
XYZ35.0532.0710.47-
YUV151.3783.21164.11-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.67%
GREEN value IS 141 (55.47% from 255) = 33.98%
BLUE value IS 72 (28.52% from 255) = 17.35%
R=48.67%
G=33.98%
B=17.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021417200.300.640.2131.8555.0853.73
HexCA8D4801E4015203736
Octal31221511003610025406766
Binary11001010100011011001000011110100000010101100000110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8D48; }

 p { color: rgb(202,141,72); }

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

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

 a { background-color: rgb(202,141,72); }

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

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

 span { border-color: rgb(202,141,72); }

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