#CF8F40

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

Shades of Anzac #CF8F40

Tints of Anzac #CF8F40

Color information

#CF8F40 (or 0xCF8F40) is unknown color: approx Anzac. HEX triplet: CF, 8F and 40. RGB value is (207,143,64). Sum of RGB (Red+Green+Blue) = 207+143+64=414 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50% from 414); Green value is 143 (56.25% from 255 or 34.54% from 414); Blue value is 64 (25.39% from 255 or 15.46% from 414); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8F40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8F40 is #3070BF. Grayscale: #999999. Windows color (decimal): -3174592 or 4231119. OLE color: 4231119.

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

Color convert

RGB20714364-
CMYK00.310.690.19
HSL33.15º59.83%53.14%-
HSV(B)33.15º69.08%81.18%-
XYZ36.4833.289.35-
YUV153.1377.7166.42-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 50%
GREEN value IS 143 (56.25% from 255) = 34.54%
BLUE value IS 64 (25.39% from 255) = 15.46%
R=50%
G=34.54%
B=15.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.69
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071436400.310.690.1933.1559.8353.14
HexCF8F4001F4513213c35
Octal31721710003710523417465
Binary11001111100011111000000011111100010110011100001111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8F40; }

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

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

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

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

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

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

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

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