#C99C41

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

Shades of Anzac #C99C41

Tints of Anzac #C99C41

Color information

#C99C41 (or 0xC99C41) is unknown color: approx Anzac. HEX triplet: C9, 9C and 41. RGB value is (201,156,65). Sum of RGB (Red+Green+Blue) = 201+156+65=422 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.63% from 422); Green value is 156 (61.33% from 255 or 36.97% from 422); Blue value is 65 (25.78% from 255 or 15.40% from 422); Max value from RGB is 201 - color contains mainly: red. Hex color #C99C41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99C41 is #3663BE. Grayscale: #9F9F9F. Windows color (decimal): -3564479 or 4299977. OLE color: 4299977.

HSL color Cylindrical-coordinate representation of color #C99C41: hue angle of 40.15º 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 #C99C41 is Cyan = 0, Magento = 0.22, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB20115665-
CMYK00.220.680.21
HSL40.15º55.74%52.16%-
HSV(B)40.15º67.66%78.82%-
XYZ36.9336.5810.11-
YUV159.0874.91157.9-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 47.63%
GREEN value IS 156 (61.33% from 255) = 36.97%
BLUE value IS 65 (25.78% from 255) = 15.40%
R=47.63%
G=36.97%
B=15.40%

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
Decimal2011566500.220.680.2140.1555.7452.16
HexC99C410164415283834
Octal31123410102610425507064
Binary11001001100111001000001010110100010010101101000111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99C41; }

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

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

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

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

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

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

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

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