#C99438

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

Shades of Anzac #C99438

Tints of Anzac #C99438

Color information

#C99438 (or 0xC99438) is unknown color: approx Anzac. HEX triplet: C9, 94 and 38. RGB value is (201,148,56). Sum of RGB (Red+Green+Blue) = 201+148+56=405 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.63% from 405); Green value is 148 (58.20% from 255 or 36.54% from 405); Blue value is 56 (22.27% from 255 or 13.83% from 405); Max value from RGB is 201 - color contains mainly: red. Hex color #C99438 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99438 is #366BC7. Grayscale: #999999. Windows color (decimal): -3566536 or 3708105. OLE color: 3708105.

HSL color Cylindrical-coordinate representation of color #C99438: hue angle of 38.07º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C99438 is Cyan = 0, Magento = 0.26, Yellow = 0.72 and Black (K on CMYK) = 0.21.

Color convert

RGB20114856-
CMYK00.260.720.21
HSL38.07º57.31%50.39%-
HSV(B)38.07º72.14%78.82%-
XYZ35.3933.888.42-
YUV153.3673.06161.98-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 49.63%
GREEN value IS 148 (58.20% from 255) = 36.54%
BLUE value IS 56 (22.27% from 255) = 13.83%
R=49.63%
G=36.54%
B=13.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.72
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011485600.260.720.2138.0757.3150.39
HexC9943801A4815263932
Octal3112247003211025467162
Binary1100100110010100111000011010100100010101100110111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99438; }

 p { color: rgb(201,148,56); }

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

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

 a { background-color: rgb(201,148,56); }

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

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

 span { border-color: rgb(201,148,56); }

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