Html Css Color HEX #CC9449 Anzac

📋 copy color: '#CC9449'

red 204 ◦ green 148 ◦ blue 73

#CC9449
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Anzac #CC9449

Tints of Anzac #CC9449

RGB

 RED value IS 204 (80.08% from 255) = 48%

 GREEN value IS 148 (58.2% from 255) = 34.82%

 BLUE value IS 73 (28.91% from 255) = 17.18%

R = 48%
G = 34.82%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#CC9449 (or 0xCC9449) is known color: Anzac. HEX triplet: CC, 94 and 49. RGB value is (204,148,73). Sum of RGB (Red+Green+Blue) = 204+148+73=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 148 (58.20% from 255 or 34.82% from 425); Blue value is 73 (28.91% from 255 or 17.18% from 425); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9449 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9449 is #336BB6. Grayscale: #9C9C9C. Windows color (decimal): -3369911 or 4822220. OLE color: 4822220.

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

Color convert

RGB 204 148 73 -
CMYK 0 0.27 0.64 0.2
HSL 34.35º 0.56% 0.54% -
HSV(B) 34.35º 0.64% 0.8% -
XYZ 36.69 34.5 11.03 -
YUV 156.19 81.05 162.1 -
System Red Green Blue C M Y K H S L
Decimal 204 148 73 0 0.27 0.64 0.2 34.35 0.56 0.54
Hex CC 94 49 0 1B 40 14 22 38 36
Octal 314 224 111 0 33 100 24 42 70 66
Binary 11001100 10010100 1001001 0 11011 1000000 10100 100010 111000 110110

Color Harmonies of #CC9449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9449

Black with #CC9449

Text Example


Text Example

White with #CC9449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9449; }

 p { color: rgb(204,148,73); }

 H1.HeaderClassName
 {
   color: #CC9449;
 }
 .AnyTagClassName
 {
   color: #CC9449;
 }
</style>

background-color css

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

 a { background-color: rgb(204,148,73); }

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

border-color css

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

 span { border-color: rgb(204,148,73); }

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