#C98B43

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

Shades of Anzac #C98B43

Tints of Anzac #C98B43

Color information

#C98B43 (or 0xC98B43) is unknown color: approx Anzac. HEX triplet: C9, 8B and 43. RGB value is (201,139,67). Sum of RGB (Red+Green+Blue) = 201+139+67=407 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.39% from 407); Green value is 139 (54.69% from 255 or 34.15% from 407); Blue value is 67 (26.56% from 255 or 16.46% from 407); Max value from RGB is 201 - color contains mainly: red. Hex color #C98B43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98B43 is #3674BC. Grayscale: #959595. Windows color (decimal): -3568829 or 4426697. OLE color: 4426697.

HSL color Cylindrical-coordinate representation of color #C98B43: hue angle of 32.24º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C98B43 is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB20113967-
CMYK00.310.670.21
HSL32.24º55.37%52.55%-
HSV(B)32.24º66.67%78.82%-
XYZ34.3331.299.54-
YUV149.3381.54164.85-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 49.39%
GREEN value IS 139 (54.69% from 255) = 34.15%
BLUE value IS 67 (26.56% from 255) = 16.46%
R=49.39%
G=34.15%
B=16.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.67
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011396700.310.670.2132.2455.3752.55
HexC98B4301F4315203735
Octal31121310303710325406765
Binary11001001100010111000011011111100001110101100000110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98B43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98B43; }

 p { color: rgb(201,139,67); }

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

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

 a { background-color: rgb(201,139,67); }

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

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

 span { border-color: rgb(201,139,67); }

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