Html Css Color HEX #CC9249 Anzac

📋 copy color: '#CC9249'

red 204 ◦ green 146 ◦ blue 73

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

Shades of Anzac #CC9249

Tints of Anzac #CC9249

RGB

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

 GREEN value IS 146 (57.42% from 255) = 34.52%

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

R = 48.23%
G = 34.52%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#CC9249 (or 0xCC9249) is known color: Anzac. HEX triplet: CC, 92 and 49. RGB value is (204,146,73). Sum of RGB (Red+Green+Blue) = 204+146+73=423 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.23% from 423); Green value is 146 (57.42% from 255 or 34.52% from 423); Blue value is 73 (28.91% from 255 or 17.26% from 423); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9249 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9249 is #336DB6. Grayscale: #9B9B9B. Windows color (decimal): -3370423 or 4821708. OLE color: 4821708.

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

Color convert

RGB 204 146 73 -
CMYK 0 0.28 0.64 0.2
HSL 33.44º 0.56% 0.54% -
HSV(B) 33.44º 0.64% 0.8% -
XYZ 36.38 33.88 10.92 -
YUV 155.02 81.72 162.94 -
System Red Green Blue C M Y K H S L
Decimal 204 146 73 0 0.28 0.64 0.2 33.44 0.56 0.54
Hex CC 92 49 0 1C 40 14 21 38 36
Octal 314 222 111 0 34 100 24 41 70 66
Binary 11001100 10010010 1001001 0 11100 1000000 10100 100001 111000 110110

Color Harmonies of #CC9249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9249

Black with #CC9249

Text Example


Text Example

White with #CC9249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9249; }

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

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

background-color css

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

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

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

border-color css

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

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

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