#C99C40

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

Shades of Anzac #C99C40

Tints of Anzac #C99C40

Color information

#C99C40 (or 0xC99C40) is unknown color: approx Anzac. HEX triplet: C9, 9C and 40. RGB value is (201,156,64). Sum of RGB (Red+Green+Blue) = 201+156+64=421 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.74% from 421); Green value is 156 (61.33% from 255 or 37.05% from 421); Blue value is 64 (25.39% from 255 or 15.20% from 421); Max value from RGB is 201 - color contains mainly: red. Hex color #C99C40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99C40 is #3663BF. Grayscale: #9F9F9F. Windows color (decimal): -3564480 or 4234441. OLE color: 4234441.

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

Color convert

RGB20115664-
CMYK00.220.680.21
HSL40.29º55.92%51.96%-
HSV(B)40.29º68.16%78.82%-
XYZ36.936.569.96-
YUV158.9774.41157.98-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 47.74%
GREEN value IS 156 (61.33% from 255) = 37.05%
BLUE value IS 64 (25.39% from 255) = 15.20%
R=47.74%
G=37.05%
B=15.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.68
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011566400.220.680.2140.2955.9251.96
HexC99C400164415283834
Octal31123410002610425507064
Binary11001001100111001000000010110100010010101101000111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99C40; }

 p { color: rgb(201,156,64); }

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

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

 a { background-color: rgb(201,156,64); }

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

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

 span { border-color: rgb(201,156,64); }

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