#CC9148

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

Shades of Anzac #CC9148

Tints of Anzac #CC9148

Color information

#CC9148 (or 0xCC9148) is unknown color: approx Anzac. HEX triplet: CC, 91 and 48. RGB value is (204,145,72). Sum of RGB (Red+Green+Blue) = 204+145+72=421 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.46% from 421); Green value is 145 (57.03% from 255 or 34.44% from 421); Blue value is 72 (28.52% from 255 or 17.10% from 421); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9148 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9148 is #336EB7. Grayscale: #9A9A9A. Windows color (decimal): -3370680 or 4755916. OLE color: 4755916.

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

Color convert

RGB20414572-
CMYK00.290.650.2
HSL33.18º56.41%54.12%-
HSV(B)33.18º64.71%80%-
XYZ36.233.5610.7-
YUV154.3281.55163.44-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.46%
GREEN value IS 145 (57.03% from 255) = 34.44%
BLUE value IS 72 (28.52% from 255) = 17.10%
R=48.46%
G=34.44%
B=17.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.65
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041457200.290.650.233.1856.4154.12
HexCC914801D4114213836
Octal31422111003510124417066
Binary11001100100100011001000011101100000110100100001111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9148; }

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

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

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

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

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

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

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

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