#CC914A

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

Shades of Anzac #CC914A

Tints of Anzac #CC914A

Color information

#CC914A (or 0xCC914A) is unknown color: approx Anzac. HEX triplet: CC, 91 and 4A. RGB value is (204,145,74). Sum of RGB (Red+Green+Blue) = 204+145+74=423 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.23% from 423); Green value is 145 (57.03% from 255 or 34.28% from 423); Blue value is 74 (29.30% from 255 or 17.49% from 423); Max value from RGB is 204 - color contains mainly: red. Hex color #CC914A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC914A is #336EB5. Grayscale: #9A9A9A. Windows color (decimal): -3370678 or 4886988. OLE color: 4886988.

HSL color Cylindrical-coordinate representation of color #CC914A: hue angle of 32.77º 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 #CC914A is Cyan = 0, Magento = 0.29, Yellow = 0.64 and Black (K on CMYK) = 0.2.

Color convert

RGB20414574-
CMYK00.290.640.2
HSL32.77º56.03%54.51%-
HSV(B)32.77º63.73%80%-
XYZ36.2633.5811.05-
YUV154.5582.55163.27-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.23%
GREEN value IS 145 (57.03% from 255) = 34.28%
BLUE value IS 74 (29.30% from 255) = 17.49%
R=48.23%
G=34.28%
B=17.49%

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
Decimal2041457400.290.640.232.7756.0354.51
HexCC914A01D4014213837
Octal31422111203510024417067
Binary11001100100100011001010011101100000010100100001111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC914A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC914A; }

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

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

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

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

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

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

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

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