#cf934a

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

Shades of Anzac #CF934A

Tints of Anzac #CF934A

Color information

#CF934A (or 0xCF934A) is unknown color: approx Anzac. HEX triplet: CF, 93 and 4A. RGB value is (207,147,74). Sum of RGB (Red+Green+Blue) = 207+147+74=428 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.36% from 428); Green value is 147 (57.81% from 255 or 34.35% from 428); Blue value is 74 (29.30% from 255 or 17.29% from 428); Max value from RGB is 207 - color contains mainly: red. Hex color #CF934A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF934A is #306CB5. Grayscale: #9C9C9C. Windows color (decimal): -3173558 or 4887503. OLE color: 4887503.

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

Color convert

RGB20714774-
CMYK00.290.640.19
HSL32.93º58.08%55.1%-
HSV(B)32.93º64.25%81.18%-
XYZ37.434.6311.19-
YUV156.6281.38163.94-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 48.36%
GREEN value IS 147 (57.81% from 255) = 34.35%
BLUE value IS 74 (29.30% from 255) = 17.29%
R=48.36%
G=34.35%
B=17.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.64
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071477400.290.640.1932.9358.0855.1
HexCF934A01D4013213a37
Octal31722311203510023417267
Binary11001111100100111001010011101100000010011100001111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf934a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf934a; }

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

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

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

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

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

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

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

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