Html Css Color HEX #CC9241 Anzac

📋 copy color: '#CC9241'

red 204 ◦ green 146 ◦ blue 65

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

Shades of Anzac #CC9241

Tints of Anzac #CC9241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 15.66%

R = 49.16%
G = 35.18%
B = 15.66%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#CC9241 (or 0xCC9241) is known color: Anzac. HEX triplet: CC, 92 and 41. RGB value is (204,146,65). Sum of RGB (Red+Green+Blue) = 204+146+65=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 146 (57.42% from 255 or 35.18% from 415); Blue value is 65 (25.78% from 255 or 15.66% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9241 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9241 is #336DBE. Grayscale: #9A9A9A. Windows color (decimal): -3370431 or 4297420. OLE color: 4297420.

HSL color Cylindrical-coordinate representation of color #CC9241: hue angle of 34.96º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC9241 is Cyan = 0, Magento = 0.28, Yellow = 0.68 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 146 65 -
CMYK 0 0.28 0.68 0.2
HSL 34.96º 0.58% 0.53% -
HSV(B) 34.96º 0.68% 0.8% -
XYZ 36.13 33.78 9.62 -
YUV 154.11 77.72 163.59 -
System Red Green Blue C M Y K H S L
Decimal 204 146 65 0 0.28 0.68 0.2 34.96 0.58 0.53
Hex CC 92 41 0 1C 44 14 23 3A 35
Octal 314 222 101 0 34 104 24 43 72 65
Binary 11001100 10010010 1000001 0 11100 1000100 10100 100011 111010 110101

Color Harmonies of #CC9241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9241

Black with #CC9241

Text Example


Text Example

White with #CC9241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9241; }

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

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

background-color css

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

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

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

border-color css

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

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

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