#C98E3B

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

Shades of Anzac #C98E3B

Tints of Anzac #C98E3B

Color information

#C98E3B (or 0xC98E3B) is unknown color: approx Anzac. HEX triplet: C9, 8E and 3B. RGB value is (201,142,59). Sum of RGB (Red+Green+Blue) = 201+142+59=402 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50% from 402); Green value is 142 (55.86% from 255 or 35.32% from 402); Blue value is 59 (23.44% from 255 or 14.68% from 402); Max value from RGB is 201 - color contains mainly: red. Hex color #C98E3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98E3B is #3671C4. Grayscale: #969696. Windows color (decimal): -3568069 or 3903177. OLE color: 3903177.

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

Color convert

RGB20114259-
CMYK00.290.710.21
HSL35.07º56.8%50.98%-
HSV(B)35.07º70.65%78.82%-
XYZ34.5532.088.51-
YUV150.1876.55164.25-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 50%
GREEN value IS 142 (55.86% from 255) = 35.32%
BLUE value IS 59 (23.44% from 255) = 14.68%
R=50%
G=35.32%
B=14.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.71
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011425900.290.710.2135.0756.850.98
HexC98E3B01D4715233933
Octal3112167303510725437163
Binary1100100110001110111011011101100011110101100011111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98E3B; }

 p { color: rgb(201,142,59); }

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

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

 a { background-color: rgb(201,142,59); }

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

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

 span { border-color: rgb(201,142,59); }

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