#C88C3F

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

Shades of Anzac #C88C3F

Tints of Anzac #C88C3F

Color information

#C88C3F (or 0xC88C3F) is unknown color: approx Anzac. HEX triplet: C8, 8C and 3F. RGB value is (200,140,63). Sum of RGB (Red+Green+Blue) = 200+140+63=403 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.63% from 403); Green value is 140 (55.08% from 255 or 34.74% from 403); Blue value is 63 (25% from 255 or 15.63% from 403); Max value from RGB is 200 - color contains mainly: red. Hex color #C88C3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88C3F is #3773C0. Grayscale: #959595. Windows color (decimal): -3634113 or 4164808. OLE color: 4164808.

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

Color convert

RGB20014063-
CMYK00.30.680.22
HSL33.72º55.47%51.57%-
HSV(B)33.72º68.5%78.43%-
XYZ34.0931.398.97-
YUV149.1679.38164.26-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 49.63%
GREEN value IS 140 (55.08% from 255) = 34.74%
BLUE value IS 63 (25% from 255) = 15.63%
R=49.63%
G=34.74%
B=15.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001406300.30.680.2233.7255.4751.57
HexC88C3F01E4416223734
Octal3102147703610426426764
Binary1100100010001100111111011110100010010110100010110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88C3F; }

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

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

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

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

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

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

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

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