#C99F3E

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

Shades of Anzac #C99F3E

Tints of Anzac #C99F3E

Color information

#C99F3E (or 0xC99F3E) is unknown color: approx Anzac. HEX triplet: C9, 9F and 3E. RGB value is (201,159,62). Sum of RGB (Red+Green+Blue) = 201+159+62=422 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.63% from 422); Green value is 159 (62.5% from 255 or 37.68% from 422); Blue value is 62 (24.61% from 255 or 14.69% from 422); Max value from RGB is 201 - color contains mainly: red. Hex color #C99F3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99F3E is #3660C1. Grayscale: #A0A0A0. Windows color (decimal): -3563714 or 4104137. OLE color: 4104137.

HSL color Cylindrical-coordinate representation of color #C99F3E: hue angle of 41.87º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C99F3E is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.21.

Color convert

RGB20115962-
CMYK00.210.690.21
HSL41.87º56.28%51.57%-
HSV(B)41.87º69.15%78.82%-
XYZ37.3637.569.84-
YUV160.572.41156.89-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 47.63%
GREEN value IS 159 (62.5% from 255) = 37.68%
BLUE value IS 62 (24.61% from 255) = 14.69%
R=47.63%
G=37.68%
B=14.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.69
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011596200.210.690.2141.8756.2851.57
HexC99F3E01545152a3834
Octal3112377602510525527064
Binary1100100110011111111110010101100010110101101010111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99F3E; }

 p { color: rgb(201,159,62); }

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

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

 a { background-color: rgb(201,159,62); }

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

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

 span { border-color: rgb(201,159,62); }

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