#CF9A48

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

Shades of Anzac #CF9A48

Tints of Anzac #CF9A48

Color information

#CF9A48 (or 0xCF9A48) is unknown color: approx Anzac. HEX triplet: CF, 9A and 48. RGB value is (207,154,72). Sum of RGB (Red+Green+Blue) = 207+154+72=433 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.81% from 433); Green value is 154 (60.55% from 255 or 35.57% from 433); Blue value is 72 (28.52% from 255 or 16.63% from 433); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9A48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9A48 is #3065B7. Grayscale: #A0A0A0. Windows color (decimal): -3171768 or 4758223. OLE color: 4758223.

HSL color Cylindrical-coordinate representation of color #CF9A48: hue angle of 36.44º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CF9A48 is Cyan = 0, Magento = 0.26, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB20715472-
CMYK00.260.650.19
HSL36.44º58.44%54.71%-
HSV(B)36.44º65.22%81.18%-
XYZ38.4636.8411.22-
YUV160.578.06161.17-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 47.81%
GREEN value IS 154 (60.55% from 255) = 35.57%
BLUE value IS 72 (28.52% from 255) = 16.63%
R=47.81%
G=35.57%
B=16.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.65
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071547200.260.650.1936.4458.4454.71
HexCF9A4801A4113243a37
Octal31723211003210123447267
Binary11001111100110101001000011010100000110011100100111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9A48; }

 p { color: rgb(207,154,72); }

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

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

 a { background-color: rgb(207,154,72); }

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

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

 span { border-color: rgb(207,154,72); }

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