#CC8E40

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

Shades of Anzac #CC8E40

Tints of Anzac #CC8E40

Color information

#CC8E40 (or 0xCC8E40) is unknown color: approx Anzac. HEX triplet: CC, 8E and 40. RGB value is (204,142,64). Sum of RGB (Red+Green+Blue) = 204+142+64=410 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.76% from 410); Green value is 142 (55.86% from 255 or 34.63% from 410); Blue value is 64 (25.39% from 255 or 15.61% from 410); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8E40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8E40 is #3371BF. Grayscale: #989898. Windows color (decimal): -3371456 or 4230860. OLE color: 4230860.

HSL color Cylindrical-coordinate representation of color #CC8E40: hue angle of 33.43º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC8E40 is Cyan = 0, Magento = 0.30, Yellow = 0.69 and Black (K on CMYK) = 0.2.

Color convert

RGB20414264-
CMYK00.300.690.2
HSL33.43º57.85%52.55%-
HSV(B)33.43º68.63%80%-
XYZ35.532.559.26-
YUV151.6578.54165.34-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.76%
GREEN value IS 142 (55.86% from 255) = 34.63%
BLUE value IS 64 (25.39% from 255) = 15.61%
R=49.76%
G=34.63%
B=15.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.69
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041426400.300.690.233.4357.8552.55
HexCC8E4001E4514213a35
Octal31421610003610524417265
Binary11001100100011101000000011110100010110100100001111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8E40; }

 p { color: rgb(204,142,64); }

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

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

 a { background-color: rgb(204,142,64); }

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

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

 span { border-color: rgb(204,142,64); }

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