Html Css Color HEX #CC9042 Anzac

📋 copy color: '#CC9042'

red 204 ◦ green 144 ◦ blue 66

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

Shades of Anzac #CC9042

Tints of Anzac #CC9042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 15.94%

R = 49.28%
G = 34.78%
B = 15.94%

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

#CC9042 (or 0xCC9042) is known color: Anzac. HEX triplet: CC, 90 and 42. RGB value is (204,144,66). Sum of RGB (Red+Green+Blue) = 204+144+66=414 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.28% from 414); Green value is 144 (56.64% from 255 or 34.78% from 414); Blue value is 66 (26.17% from 255 or 15.94% from 414); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9042 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9042 is #336FBD. Grayscale: #999999. Windows color (decimal): -3370942 or 4362444. OLE color: 4362444.

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

Color convert

RGB 204 144 66 -
CMYK 0 0.29 0.68 0.2
HSL 33.91º 0.58% 0.53% -
HSV(B) 33.91º 0.68% 0.8% -
XYZ 35.86 33.18 9.67 -
YUV 153.05 78.88 164.34 -
System Red Green Blue C M Y K H S L
Decimal 204 144 66 0 0.29 0.68 0.2 33.91 0.58 0.53
Hex CC 90 42 0 1D 44 14 22 3A 35
Octal 314 220 102 0 35 104 24 42 72 65
Binary 11001100 10010000 1000010 0 11101 1000100 10100 100010 111010 110101

Color Harmonies of #CC9042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9042

Black with #CC9042

Text Example


Text Example

White with #CC9042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9042; }

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

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

background-color css

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

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

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

border-color css

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

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

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