#C98D3C

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

Shades of Anzac #C98D3C

Tints of Anzac #C98D3C

Color information

#C98D3C (or 0xC98D3C) is unknown color: approx Anzac. HEX triplet: C9, 8D and 3C. RGB value is (201,141,60). Sum of RGB (Red+Green+Blue) = 201+141+60=402 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50% from 402); Green value is 141 (55.47% from 255 or 35.07% from 402); Blue value is 60 (23.83% from 255 or 14.93% from 402); Max value from RGB is 201 - color contains mainly: red. Hex color #C98D3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98D3C is #3672C3. Grayscale: #969696. Windows color (decimal): -3568324 or 3968457. OLE color: 3968457.

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

Color convert

RGB20114160-
CMYK00.300.700.21
HSL34.47º56.63%51.18%-
HSV(B)34.47º70.15%78.82%-
XYZ34.4331.798.6-
YUV149.7177.38164.59-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 50%
GREEN value IS 141 (55.47% from 255) = 35.07%
BLUE value IS 60 (23.83% from 255) = 14.93%
R=50%
G=35.07%
B=14.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.70
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011416000.300.700.2134.4756.6351.18
HexC98D3C01E4615223933
Octal3112157403610625427163
Binary1100100110001101111100011110100011010101100010111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98D3C; }

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

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

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

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

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

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

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

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