Html Css Color HEX #CC9342 Anzac

📋 copy color: '#CC9342'

red 204 ◦ green 147 ◦ blue 66

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

Shades of Anzac #CC9342

Tints of Anzac #CC9342

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.25%

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

R = 48.92%
G = 35.25%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#CC9342 (or 0xCC9342) is known color: Anzac. HEX triplet: CC, 93 and 42. RGB value is (204,147,66). Sum of RGB (Red+Green+Blue) = 204+147+66=417 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.92% from 417); Green value is 147 (57.81% from 255 or 35.25% from 417); Blue value is 66 (26.17% from 255 or 15.83% from 417); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9342 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9342 is #336CBD. Grayscale: #9B9B9B. Windows color (decimal): -3370174 or 4363212. OLE color: 4363212.

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

Color convert

RGB 204 147 66 -
CMYK 0 0.28 0.68 0.2
HSL 35.22º 0.58% 0.53% -
HSV(B) 35.22º 0.68% 0.8% -
XYZ 36.32 34.1 9.82 -
YUV 154.81 77.88 163.09 -
System Red Green Blue C M Y K H S L
Decimal 204 147 66 0 0.28 0.68 0.2 35.22 0.58 0.53
Hex CC 93 42 0 1C 44 14 23 3A 35
Octal 314 223 102 0 34 104 24 43 72 65
Binary 11001100 10010011 1000010 0 11100 1000100 10100 100011 111010 110101

Color Harmonies of #CC9342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9342

Black with #CC9342

Text Example


Text Example

White with #CC9342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9342; }

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

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

background-color css

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

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

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

border-color css

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

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

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