#CC973E

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

Shades of Anzac #CC973E

Tints of Anzac #CC973E

Color information

#CC973E (or 0xCC973E) is unknown color: approx Anzac. HEX triplet: CC, 97 and 3E. RGB value is (204,151,62). Sum of RGB (Red+Green+Blue) = 204+151+62=417 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.92% from 417); Green value is 151 (59.38% from 255 or 36.21% from 417); Blue value is 62 (24.61% from 255 or 14.87% from 417); Max value from RGB is 204 - color contains mainly: red. Hex color #CC973E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC973E is #3368C1. Grayscale: #9D9D9D. Windows color (decimal): -3369154 or 4102092. OLE color: 4102092.

HSL color Cylindrical-coordinate representation of color #CC973E: hue angle of 37.61º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CC973E is Cyan = 0, Magento = 0.26, Yellow = 0.70 and Black (K on CMYK) = 0.2.

Color convert

RGB20415162-
CMYK00.260.700.2
HSL37.61º58.2%52.16%-
HSV(B)37.61º69.61%80%-
XYZ36.8435.329.43-
YUV156.774.56161.74-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.92%
GREEN value IS 151 (59.38% from 255) = 36.21%
BLUE value IS 62 (24.61% from 255) = 14.87%
R=48.92%
G=36.21%
B=14.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.70
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041516200.260.700.237.6158.252.16
HexCC973E01A4614263a34
Octal3142277603210624467264
Binary1100110010010111111110011010100011010100100110111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC973E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC973E; }

 p { color: rgb(204,151,62); }

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

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

 a { background-color: rgb(204,151,62); }

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

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

 span { border-color: rgb(204,151,62); }

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