Html Css Color HEX #CC9041 Anzac

📋 copy color: '#CC9041'

red 204 ◦ green 144 ◦ blue 65

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

Shades of Anzac #CC9041

Tints of Anzac #CC9041

RGB

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

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

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

R = 49.39%
G = 34.87%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#CC9041 (or 0xCC9041) is known color: Anzac. HEX triplet: CC, 90 and 41. RGB value is (204,144,65). Sum of RGB (Red+Green+Blue) = 204+144+65=413 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.39% from 413); Green value is 144 (56.64% from 255 or 34.87% from 413); Blue value is 65 (25.78% from 255 or 15.74% from 413); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9041 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9041 is #336FBE. Grayscale: #999999. Windows color (decimal): -3370943 or 4296908. OLE color: 4296908.

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

Color convert

RGB 204 144 65 -
CMYK 0 0.29 0.68 0.2
HSL 34.1º 0.58% 0.53% -
HSV(B) 34.1º 0.68% 0.8% -
XYZ 35.83 33.17 9.51 -
YUV 152.93 78.38 164.42 -
System Red Green Blue C M Y K H S L
Decimal 204 144 65 0 0.29 0.68 0.2 34.1 0.58 0.53
Hex CC 90 41 0 1D 44 14 22 3A 35
Octal 314 220 101 0 35 104 24 42 72 65
Binary 11001100 10010000 1000001 0 11101 1000100 10100 100010 111010 110101

Color Harmonies of #CC9041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9041

Black with #CC9041

Text Example


Text Example

White with #CC9041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9041; }

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

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

background-color css

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

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

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

border-color css

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

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

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