#CF923E

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

Shades of Anzac #CF923E

Tints of Anzac #CF923E

Color information

#CF923E (or 0xCF923E) is unknown color: approx Anzac. HEX triplet: CF, 92 and 3E. RGB value is (207,146,62). Sum of RGB (Red+Green+Blue) = 207+146+62=415 (54% of max value = 765). Red value is 207 (81.25% from 255 or 49.88% from 415); Green value is 146 (57.42% from 255 or 35.18% from 415); Blue value is 62 (24.61% from 255 or 14.94% from 415); Max value from RGB is 207 - color contains mainly: red. Hex color #CF923E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF923E is #306DC1. Grayscale: #9B9B9B. Windows color (decimal): -3173826 or 4100815. OLE color: 4100815.

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

Color convert

RGB20714662-
CMYK00.290.700.19
HSL34.76º60.17%52.75%-
HSV(B)34.76º70.05%81.18%-
XYZ36.8834.179.21-
YUV154.6675.71165.33-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 49.88%
GREEN value IS 146 (57.42% from 255) = 35.18%
BLUE value IS 62 (24.61% from 255) = 14.94%
R=49.88%
G=35.18%
B=14.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.70
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071466200.290.700.1934.7660.1752.75
HexCF923E01D4613233c35
Octal3172227603510623437465
Binary1100111110010010111110011101100011010011100011111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF923E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF923E; }

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

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

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

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

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

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

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

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