#C88D45

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

Shades of Anzac #C88D45

Tints of Anzac #C88D45

Color information

#C88D45 (or 0xC88D45) is unknown color: approx Anzac. HEX triplet: C8, 8D and 45. RGB value is (200,141,69). Sum of RGB (Red+Green+Blue) = 200+141+69=410 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.78% from 410); Green value is 141 (55.47% from 255 or 34.39% from 410); Blue value is 69 (27.34% from 255 or 16.83% from 410); Max value from RGB is 200 - color contains mainly: red. Hex color #C88D45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88D45 is #3772BA. Grayscale: #969696. Windows color (decimal): -3633851 or 4558280. OLE color: 4558280.

HSL color Cylindrical-coordinate representation of color #C88D45: hue angle of 32.98º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C88D45 is Cyan = 0, Magento = 0.29, Yellow = 0.66 and Black (K on CMYK) = 0.22.

Color convert

RGB20014169-
CMYK00.290.660.22
HSL32.98º54.36%52.75%-
HSV(B)32.98º65.5%78.43%-
XYZ34.4231.769.95-
YUV150.4382.05163.35-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.78%
GREEN value IS 141 (55.47% from 255) = 34.39%
BLUE value IS 69 (27.34% from 255) = 16.83%
R=48.78%
G=34.39%
B=16.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.66
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001416900.290.660.2232.9854.3652.75
HexC88D4501D4216213635
Octal31021510503510226416665
Binary11001000100011011000101011101100001010110100001110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88D45; }

 p { color: rgb(200,141,69); }

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

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

 a { background-color: rgb(200,141,69); }

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

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

 span { border-color: rgb(200,141,69); }

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