#CD9748

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

Shades of Anzac #CD9748

Tints of Anzac #CD9748

Color information

#CD9748 (or 0xCD9748) is unknown color: approx Anzac. HEX triplet: CD, 97 and 48. RGB value is (205,151,72). Sum of RGB (Red+Green+Blue) = 205+151+72=428 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.90% from 428); Green value is 151 (59.38% from 255 or 35.28% from 428); Blue value is 72 (28.52% from 255 or 16.82% from 428); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9748 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD9748 is #3268B7. Grayscale: #9E9E9E. Windows color (decimal): -3303608 or 4757453. OLE color: 4757453.

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

Color convert

RGB20515172-
CMYK00.260.650.20
HSL35.64º57.08%54.31%-
HSV(B)35.64º64.88%80.39%-
XYZ37.4135.5811.03-
YUV158.1479.39161.42-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.90%
GREEN value IS 151 (59.38% from 255) = 35.28%
BLUE value IS 72 (28.52% from 255) = 16.82%
R=47.90%
G=35.28%
B=16.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.65
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051517200.260.650.2035.6457.0854.31
HexCD974801A4114243936
Octal31522711003210124447166
Binary11001101100101111001000011010100000110100100100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9748; }

 p { color: rgb(205,151,72); }

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

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

 a { background-color: rgb(205,151,72); }

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

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

 span { border-color: rgb(205,151,72); }

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