#cf9240

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

Shades of Anzac #CF9240

Tints of Anzac #CF9240

Color information

#CF9240 (or 0xCF9240) is unknown color: approx Anzac. HEX triplet: CF, 92 and 40. RGB value is (207,146,64). Sum of RGB (Red+Green+Blue) = 207+146+64=417 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.64% from 417); Green value is 146 (57.42% from 255 or 35.01% from 417); Blue value is 64 (25.39% from 255 or 15.35% from 417); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9240 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9240 is #306DBF. Grayscale: #9B9B9B. Windows color (decimal): -3173824 or 4231887. OLE color: 4231887.

HSL color Cylindrical-coordinate representation of color #CF9240: hue angle of 34.41º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF9240 is Cyan = 0, Magento = 0.29, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB20714664-
CMYK00.290.690.19
HSL34.41º59.83%53.14%-
HSV(B)34.41º69.08%81.18%-
XYZ36.9434.199.5-
YUV154.8976.71165.17-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 49.64%
GREEN value IS 146 (57.42% from 255) = 35.01%
BLUE value IS 64 (25.39% from 255) = 15.35%
R=49.64%
G=35.01%
B=15.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.69
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071466400.290.690.1934.4159.8353.14
HexCF924001D4513223c35
Octal31722210003510523427465
Binary11001111100100101000000011101100010110011100010111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf9240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf9240; }

 p { color: rgb(207,146,64); }

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

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

 a { background-color: rgb(207,146,64); }

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

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

 span { border-color: rgb(207,146,64); }

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