Html Css Color HEX #CC9546 Anzac

📋 copy color: '#CC9546'

red 204 ◦ green 149 ◦ blue 70

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

Shades of Anzac #CC9546

Tints of Anzac #CC9546

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.22%

 BLUE value IS 70 (27.73% from 255) = 16.55%

R = 48.23%
G = 35.22%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.66

 K value IS 0.2

RGB Variations

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

Color information

#CC9546 (or 0xCC9546) is known color: Anzac. HEX triplet: CC, 95 and 46. RGB value is (204,149,70). Sum of RGB (Red+Green+Blue) = 204+149+70=423 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.23% from 423); Green value is 149 (58.59% from 255 or 35.22% from 423); Blue value is 70 (27.73% from 255 or 16.55% from 423); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9546 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9546 is #336AB9. Grayscale: #9C9C9C. Windows color (decimal): -3369658 or 4625868. OLE color: 4625868.

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

Color convert

RGB 204 149 70 -
CMYK 0 0.27 0.66 0.2
HSL 35.37º 0.57% 0.54% -
HSV(B) 35.37º 0.66% 0.8% -
XYZ 36.75 34.77 10.57 -
YUV 156.44 79.22 161.92 -
System Red Green Blue C M Y K H S L
Decimal 204 149 70 0 0.27 0.66 0.2 35.37 0.57 0.54
Hex CC 95 46 0 1B 42 14 23 39 36
Octal 314 225 106 0 33 102 24 43 71 66
Binary 11001100 10010101 1000110 0 11011 1000010 10100 100011 111001 110110

Color Harmonies of #CC9546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9546

Black with #CC9546

Text Example


Text Example

White with #CC9546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9546; }

 p { color: rgb(204,149,70); }

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

background-color css

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

 a { background-color: rgb(204,149,70); }

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

border-color css

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

 span { border-color: rgb(204,149,70); }

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