Html Css Color HEX #CC9245 Anzac

📋 copy color: '#CC9245'

red 204 ◦ green 146 ◦ blue 69

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

Shades of Anzac #CC9245

Tints of Anzac #CC9245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 16.47%

R = 48.69%
G = 34.84%
B = 16.47%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.66

 K value IS 0.2

RGB Variations

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

Color information

#CC9245 (or 0xCC9245) is known color: Anzac. HEX triplet: CC, 92 and 45. RGB value is (204,146,69). Sum of RGB (Red+Green+Blue) = 204+146+69=419 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.69% from 419); Green value is 146 (57.42% from 255 or 34.84% from 419); Blue value is 69 (27.34% from 255 or 16.47% from 419); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9245 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9245 is #336DBA. Grayscale: #9A9A9A. Windows color (decimal): -3370427 or 4559564. OLE color: 4559564.

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

Color convert

RGB 204 146 69 -
CMYK 0 0.28 0.66 0.2
HSL 34.22º 0.57% 0.54% -
HSV(B) 34.22º 0.66% 0.8% -
XYZ 36.25 33.82 10.25 -
YUV 154.56 79.72 163.26 -
System Red Green Blue C M Y K H S L
Decimal 204 146 69 0 0.28 0.66 0.2 34.22 0.57 0.54
Hex CC 92 45 0 1C 42 14 22 39 36
Octal 314 222 105 0 34 102 24 42 71 66
Binary 11001100 10010010 1000101 0 11100 1000010 10100 100010 111001 110110

Color Harmonies of #CC9245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9245

Black with #CC9245

Text Example


Text Example

White with #CC9245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9245; }

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

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

background-color css

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

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

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

border-color css

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

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

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