#CD9646

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

Shades of Anzac #CD9646

Tints of Anzac #CD9646

Color information

#CD9646 (or 0xCD9646) is unknown color: approx Anzac. HEX triplet: CD, 96 and 46. RGB value is (205,150,70). Sum of RGB (Red+Green+Blue) = 205+150+70=425 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.24% from 425); Green value is 150 (58.98% from 255 or 35.29% from 425); Blue value is 70 (27.73% from 255 or 16.47% from 425); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9646 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD9646 is #3269B9. Grayscale: #9D9D9D. Windows color (decimal): -3303866 or 4626125. OLE color: 4626125.

HSL color Cylindrical-coordinate representation of color #CD9646: hue angle of 35.56º 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 #CD9646 is Cyan = 0, Magento = 0.27, Yellow = 0.66 and Black (K on CMYK) = 0.20.

Color convert

RGB20515070-
CMYK00.270.660.20
HSL35.56º57.45%53.92%-
HSV(B)35.56º65.85%80.39%-
XYZ37.1935.2310.64-
YUV157.3278.72162-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.24%
GREEN value IS 150 (58.98% from 255) = 35.29%
BLUE value IS 70 (27.73% from 255) = 16.47%
R=48.24%
G=35.29%
B=16.47%

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
Decimal2051507000.270.660.2035.5657.4553.92
HexCD964601B4214243936
Octal31522610603310224447166
Binary11001101100101101000110011011100001010100100100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9646; }

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

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

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

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

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

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

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

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