#CF9F43

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

Shades of Anzac #CF9F43

Tints of Anzac #CF9F43

Color information

#CF9F43 (or 0xCF9F43) is unknown color: approx Anzac. HEX triplet: CF, 9F and 43. RGB value is (207,159,67). Sum of RGB (Red+Green+Blue) = 207+159+67=433 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.81% from 433); Green value is 159 (62.5% from 255 or 36.72% from 433); Blue value is 67 (26.56% from 255 or 15.47% from 433); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9F43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9F43 is #3060BC. Grayscale: #A3A3A3. Windows color (decimal): -3170493 or 4431823. OLE color: 4431823.

HSL color Cylindrical-coordinate representation of color #CF9F43: hue angle of 39.43º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CF9F43 is Cyan = 0, Magento = 0.23, Yellow = 0.68 and Black (K on CMYK) = 0.19.

Color convert

RGB20715967-
CMYK00.230.680.19
HSL39.43º59.32%53.73%-
HSV(B)39.43º67.63%81.18%-
XYZ39.1438.4710.67-
YUV162.8673.9159.48-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 47.81%
GREEN value IS 159 (62.5% from 255) = 36.72%
BLUE value IS 67 (26.56% from 255) = 15.47%
R=47.81%
G=36.72%
B=15.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.68
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071596700.230.680.1939.4359.3253.73
HexCF9F430174413273b36
Octal31723710302710423477366
Binary11001111100111111000011010111100010010011100111111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9F43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9F43; }

 p { color: rgb(207,159,67); }

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

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

 a { background-color: rgb(207,159,67); }

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

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

 span { border-color: rgb(207,159,67); }

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