Html Css Color HEX #CC9142 Anzac

📋 copy color: '#CC9142'

red 204 ◦ green 145 ◦ blue 66

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

Shades of Anzac #CC9142

Tints of Anzac #CC9142

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.94%

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

R = 49.16%
G = 34.94%
B = 15.9%

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

#CC9142 (or 0xCC9142) is known color: Anzac. HEX triplet: CC, 91 and 42. RGB value is (204,145,66). Sum of RGB (Red+Green+Blue) = 204+145+66=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 145 (57.03% from 255 or 34.94% from 415); Blue value is 66 (26.17% from 255 or 15.90% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9142 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9142 is #336EBD. Grayscale: #9A9A9A. Windows color (decimal): -3370686 or 4362700. OLE color: 4362700.

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

Color convert

RGB 204 145 66 -
CMYK 0 0.29 0.68 0.2
HSL 34.35º 0.58% 0.53% -
HSV(B) 34.35º 0.68% 0.8% -
XYZ 36.01 33.48 9.72 -
YUV 153.64 78.55 163.92 -
System Red Green Blue C M Y K H S L
Decimal 204 145 66 0 0.29 0.68 0.2 34.35 0.58 0.53
Hex CC 91 42 0 1D 44 14 22 3A 35
Octal 314 221 102 0 35 104 24 42 72 65
Binary 11001100 10010001 1000010 0 11101 1000100 10100 100010 111010 110101

Color Harmonies of #CC9142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9142

Black with #CC9142

Text Example


Text Example

White with #CC9142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9142; }

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

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

background-color css

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

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

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

border-color css

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

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

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