Html Css Color HEX #CC9044 Anzac

📋 copy color: '#CC9044'

red 204 ◦ green 144 ◦ blue 68

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

Shades of Anzac #CC9044

Tints of Anzac #CC9044

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.62%

 BLUE value IS 68 (26.95% from 255) = 16.35%

R = 49.04%
G = 34.62%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.67

 K value IS 0.2

RGB Variations

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

Color information

#CC9044 (or 0xCC9044) is known color: Anzac. HEX triplet: CC, 90 and 44. RGB value is (204,144,68). Sum of RGB (Red+Green+Blue) = 204+144+68=416 (55% of max value = 765). Red value is 204 (80.08% from 255 or 49.04% from 416); Green value is 144 (56.64% from 255 or 34.62% from 416); Blue value is 68 (26.95% from 255 or 16.35% from 416); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9044 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9044 is #336FBB. Grayscale: #999999. Windows color (decimal): -3370940 or 4493516. OLE color: 4493516.

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

Color convert

RGB 204 144 68 -
CMYK 0 0.29 0.67 0.2
HSL 33.53º 0.57% 0.53% -
HSV(B) 33.53º 0.67% 0.8% -
XYZ 35.92 33.2 9.98 -
YUV 153.28 79.88 164.18 -
System Red Green Blue C M Y K H S L
Decimal 204 144 68 0 0.29 0.67 0.2 33.53 0.57 0.53
Hex CC 90 44 0 1D 43 14 22 39 35
Octal 314 220 104 0 35 103 24 42 71 65
Binary 11001100 10010000 1000100 0 11101 1000011 10100 100010 111001 110101

Color Harmonies of #CC9044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9044

Black with #CC9044

Text Example


Text Example

White with #CC9044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9044; }

 p { color: rgb(204,144,68); }

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

background-color css

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

 a { background-color: rgb(204,144,68); }

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

border-color css

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

 span { border-color: rgb(204,144,68); }

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