#CF9349

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

Shades of Anzac #CF9349

Tints of Anzac #CF9349

Color information

#CF9349 (or 0xCF9349) is unknown color: approx Anzac. HEX triplet: CF, 93 and 49. RGB value is (207,147,73). Sum of RGB (Red+Green+Blue) = 207+147+73=427 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.48% from 427); Green value is 147 (57.81% from 255 or 34.43% from 427); Blue value is 73 (28.91% from 255 or 17.10% from 427); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9349 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9349 is #306CB6. Grayscale: #9C9C9C. Windows color (decimal): -3173559 or 4821967. OLE color: 4821967.

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

Color convert

RGB20714773-
CMYK00.290.650.19
HSL33.13º58.26%54.9%-
HSV(B)33.13º64.73%81.18%-
XYZ37.3734.6111.01-
YUV156.580.88164.02-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 48.48%
GREEN value IS 147 (57.81% from 255) = 34.43%
BLUE value IS 73 (28.91% from 255) = 17.10%
R=48.48%
G=34.43%
B=17.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.65
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071477300.290.650.1933.1358.2654.9
HexCF934901D4113213a37
Octal31722311103510123417267
Binary11001111100100111001001011101100000110011100001111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9349; }

 p { color: rgb(207,147,73); }

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

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

 a { background-color: rgb(207,147,73); }

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

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

 span { border-color: rgb(207,147,73); }

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