#CC904A

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

Shades of Anzac #CC904A

Tints of Anzac #CC904A

Color information

#CC904A (or 0xCC904A) is unknown color: approx Anzac. HEX triplet: CC, 90 and 4A. RGB value is (204,144,74). Sum of RGB (Red+Green+Blue) = 204+144+74=422 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.34% from 422); Green value is 144 (56.64% from 255 or 34.12% from 422); Blue value is 74 (29.30% from 255 or 17.54% from 422); Max value from RGB is 204 - color contains mainly: red. Hex color #CC904A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC904A is #336FB5. Grayscale: #9A9A9A. Windows color (decimal): -3370934 or 4886732. OLE color: 4886732.

HSL color Cylindrical-coordinate representation of color #CC904A: hue angle of 32.31º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC904A is Cyan = 0, Magento = 0.29, Yellow = 0.64 and Black (K on CMYK) = 0.2.

Color convert

RGB20414474-
CMYK00.290.640.2
HSL32.31º56.03%54.51%-
HSV(B)32.31º63.73%80%-
XYZ36.1133.2811-
YUV153.9682.88163.69-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.34%
GREEN value IS 144 (56.64% from 255) = 34.12%
BLUE value IS 74 (29.30% from 255) = 17.54%
R=48.34%
G=34.12%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.64
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041447400.290.640.232.3156.0354.51
HexCC904A01D4014203837
Octal31422011203510024407067
Binary11001100100100001001010011101100000010100100000111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC904A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC904A; }

 p { color: rgb(204,144,74); }

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

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

 a { background-color: rgb(204,144,74); }

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

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

 span { border-color: rgb(204,144,74); }

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