#CD9147

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

Shades of Anzac #CD9147

Tints of Anzac #CD9147

Color information

#CD9147 (or 0xCD9147) is unknown color: approx Anzac. HEX triplet: CD, 91 and 47. RGB value is (205,145,71). Sum of RGB (Red+Green+Blue) = 205+145+71=421 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.69% from 421); Green value is 145 (57.03% from 255 or 34.44% from 421); Blue value is 71 (28.12% from 255 or 16.86% from 421); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9147 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD9147 is #326EB8. Grayscale: #9A9A9A. Windows color (decimal): -3305145 or 4690381. OLE color: 4690381.

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

Color convert

RGB20514571-
CMYK00.290.650.20
HSL33.13º57.26%54.12%-
HSV(B)33.13º65.37%80.39%-
XYZ36.4433.6810.54-
YUV154.580.88164.02-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.69%
GREEN value IS 145 (57.03% from 255) = 34.44%
BLUE value IS 71 (28.12% from 255) = 16.86%
R=48.69%
G=34.44%
B=16.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.65
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051457100.290.650.2033.1357.2654.12
HexCD914701D4114213936
Octal31522110703510124417166
Binary11001101100100011000111011101100000110100100001111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9147; }

 p { color: rgb(205,145,71); }

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

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

 a { background-color: rgb(205,145,71); }

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

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

 span { border-color: rgb(205,145,71); }

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