#C8953F

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

Shades of Anzac #C8953F

Tints of Anzac #C8953F

Color information

#C8953F (or 0xC8953F) is unknown color: approx Anzac. HEX triplet: C8, 95 and 3F. RGB value is (200,149,63). Sum of RGB (Red+Green+Blue) = 200+149+63=412 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.54% from 412); Green value is 149 (58.59% from 255 or 36.17% from 412); Blue value is 63 (25% from 255 or 15.29% from 412); Max value from RGB is 200 - color contains mainly: red. Hex color #C8953F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8953F is #376AC0. Grayscale: #9A9A9A. Windows color (decimal): -3631809 or 4167112. OLE color: 4167112.

HSL color Cylindrical-coordinate representation of color #C8953F: hue angle of 37.66º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C8953F is Cyan = 0, Magento = 0.26, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB20014963-
CMYK00.260.680.22
HSL37.66º55.47%51.57%-
HSV(B)37.66º68.5%78.43%-
XYZ35.4634.139.42-
YUV154.4476.4160.49-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.54%
GREEN value IS 149 (58.59% from 255) = 36.17%
BLUE value IS 63 (25% from 255) = 15.29%
R=48.54%
G=36.17%
B=15.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001496300.260.680.2237.6655.4751.57
HexC8953F01A4416263734
Octal3102257703210426466764
Binary1100100010010101111111011010100010010110100110110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8953F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8953F; }

 p { color: rgb(200,149,63); }

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

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

 a { background-color: rgb(200,149,63); }

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

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

 span { border-color: rgb(200,149,63); }

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