#CD9848

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

Shades of Anzac #CD9848

Tints of Anzac #CD9848

Color information

#CD9848 (or 0xCD9848) is unknown color: approx Anzac. HEX triplet: CD, 98 and 48. RGB value is (205,152,72). Sum of RGB (Red+Green+Blue) = 205+152+72=429 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.79% from 429); Green value is 152 (59.77% from 255 or 35.43% from 429); Blue value is 72 (28.52% from 255 or 16.78% from 429); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9848 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD9848 is #3267B7. Grayscale: #9F9F9F. Windows color (decimal): -3303352 or 4757709. OLE color: 4757709.

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

Color convert

RGB20515272-
CMYK00.260.650.20
HSL36.09º57.08%54.31%-
HSV(B)36.09º64.88%80.39%-
XYZ37.5735.911.08-
YUV158.7379.06161-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.79%
GREEN value IS 152 (59.77% from 255) = 35.43%
BLUE value IS 72 (28.52% from 255) = 16.78%
R=47.79%
G=35.43%
B=16.78%

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
Decimal2051527200.260.650.2036.0957.0854.31
HexCD984801A4114243936
Octal31523011003210124447166
Binary11001101100110001001000011010100000110100100100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9848; }

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

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

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

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

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

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

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

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