#CD9546

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

Shades of Anzac #CD9546

Tints of Anzac #CD9546

Color information

#CD9546 (or 0xCD9546) is unknown color: approx Anzac. HEX triplet: CD, 95 and 46. RGB value is (205,149,70). Sum of RGB (Red+Green+Blue) = 205+149+70=424 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.35% from 424); Green value is 149 (58.59% from 255 or 35.14% from 424); Blue value is 70 (27.73% from 255 or 16.51% from 424); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9546 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD9546 is #326AB9. Grayscale: #9D9D9D. Windows color (decimal): -3304122 or 4625869. OLE color: 4625869.

HSL color Cylindrical-coordinate representation of color #CD9546: hue angle of 35.11º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CD9546 is Cyan = 0, Magento = 0.27, Yellow = 0.66 and Black (K on CMYK) = 0.20.

Color convert

RGB20514970-
CMYK00.270.660.20
HSL35.11º57.45%53.92%-
HSV(B)35.11º65.85%80.39%-
XYZ37.0334.9210.58-
YUV156.7479.05162.42-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.35%
GREEN value IS 149 (58.59% from 255) = 35.14%
BLUE value IS 70 (27.73% from 255) = 16.51%
R=48.35%
G=35.14%
B=16.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.66
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051497000.270.660.2035.1157.4553.92
HexCD954601B4214233936
Octal31522510603310224437166
Binary11001101100101011000110011011100001010100100011111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9546; }

 p { color: rgb(205,149,70); }

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

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

 a { background-color: rgb(205,149,70); }

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

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

 span { border-color: rgb(205,149,70); }

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