#C9953C

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

Shades of Anzac #C9953C

Tints of Anzac #C9953C

Color information

#C9953C (or 0xC9953C) is unknown color: approx Anzac. HEX triplet: C9, 95 and 3C. RGB value is (201,149,60). Sum of RGB (Red+Green+Blue) = 201+149+60=410 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.02% from 410); Green value is 149 (58.59% from 255 or 36.34% from 410); Blue value is 60 (23.83% from 255 or 14.63% from 410); Max value from RGB is 201 - color contains mainly: red. Hex color #C9953C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9953C is #366AC3. Grayscale: #9A9A9A. Windows color (decimal): -3566276 or 3970505. OLE color: 3970505.

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

Color convert

RGB20114960-
CMYK00.260.700.21
HSL37.87º56.63%51.18%-
HSV(B)37.87º70.15%78.82%-
XYZ35.6534.249-
YUV154.474.73161.24-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 49.02%
GREEN value IS 149 (58.59% from 255) = 36.34%
BLUE value IS 60 (23.83% from 255) = 14.63%
R=49.02%
G=36.34%
B=14.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.70
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011496000.260.700.2137.8756.6351.18
HexC9953C01A4615263933
Octal3112257403210625467163
Binary1100100110010101111100011010100011010101100110111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9953C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9953C; }

 p { color: rgb(201,149,60); }

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

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

 a { background-color: rgb(201,149,60); }

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

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

 span { border-color: rgb(201,149,60); }

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