#C89F3B

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

Shades of Anzac #C89F3B

Tints of Anzac #C89F3B

Color information

#C89F3B (or 0xC89F3B) is unknown color: approx Anzac. HEX triplet: C8, 9F and 3B. RGB value is (200,159,59). Sum of RGB (Red+Green+Blue) = 200+159+59=418 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.85% from 418); Green value is 159 (62.5% from 255 or 38.04% from 418); Blue value is 59 (23.44% from 255 or 14.11% from 418); Max value from RGB is 200 - color contains mainly: red. Hex color #C89F3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89F3B is #3760C4. Grayscale: #A0A0A0. Windows color (decimal): -3629253 or 3907528. OLE color: 3907528.

HSL color Cylindrical-coordinate representation of color #C89F3B: hue angle of 42.55º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C89F3B is Cyan = 0, Magento = 0.20, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB20015959-
CMYK00.200.700.22
HSL42.55º56.18%50.78%-
HSV(B)42.55º70.5%78.43%-
XYZ37.0137.399.4-
YUV159.8671.08156.63-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.85%
GREEN value IS 159 (62.5% from 255) = 38.04%
BLUE value IS 59 (23.44% from 255) = 14.11%
R=47.85%
G=38.04%
B=14.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.70
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001595900.200.700.2242.5556.1850.78
HexC89F3B01446162b3833
Octal3102377302410626537063
Binary1100100010011111111011010100100011010110101011111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89F3B; }

 p { color: rgb(200,159,59); }

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

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

 a { background-color: rgb(200,159,59); }

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

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

 span { border-color: rgb(200,159,59); }

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