#C89E3B

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

Shades of Anzac #C89E3B

Tints of Anzac #C89E3B

Color information

#C89E3B (or 0xC89E3B) is unknown color: approx Anzac. HEX triplet: C8, 9E and 3B. RGB value is (200,158,59). Sum of RGB (Red+Green+Blue) = 200+158+59=417 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.96% from 417); Green value is 158 (62.11% from 255 or 37.89% from 417); Blue value is 59 (23.44% from 255 or 14.15% from 417); Max value from RGB is 200 - color contains mainly: red. Hex color #C89E3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89E3B is #3761C4. Grayscale: #9F9F9F. Windows color (decimal): -3629509 or 3907272. OLE color: 3907272.

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

Color convert

RGB20015859-
CMYK00.210.700.22
HSL42.13º56.18%50.78%-
HSV(B)42.13º70.5%78.43%-
XYZ36.8437.059.35-
YUV159.2771.41157.05-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.96%
GREEN value IS 158 (62.11% from 255) = 37.89%
BLUE value IS 59 (23.44% from 255) = 14.15%
R=47.96%
G=37.89%
B=14.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.70
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001585900.210.700.2242.1356.1850.78
HexC89E3B01546162a3833
Octal3102367302510626527063
Binary1100100010011110111011010101100011010110101010111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89E3B; }

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

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

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

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

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

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

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

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