Html Css Color HEX #CC8D49 Anzac

📋 copy color: '#CC8D49'

red 204 ◦ green 141 ◦ blue 73

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

Shades of Anzac #CC8D49

Tints of Anzac #CC8D49

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.73%

 BLUE value IS 73 (28.91% from 255) = 17.46%

R = 48.8%
G = 33.73%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#CC8D49 (or 0xCC8D49) is known color: Anzac. HEX triplet: CC, 8D and 49. RGB value is (204,141,73). Sum of RGB (Red+Green+Blue) = 204+141+73=418 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.80% from 418); Green value is 141 (55.47% from 255 or 33.73% from 418); Blue value is 73 (28.91% from 255 or 17.46% from 418); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8D49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8D49 is #3372B6. Grayscale: #989898. Windows color (decimal): -3371703 or 4820428. OLE color: 4820428.

HSL color Cylindrical-coordinate representation of color #CC8D49: hue angle of 31.15º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC8D49 is Cyan = 0, Magento = 0.31, Yellow = 0.64 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 141 73 -
CMYK 0 0.31 0.64 0.2
HSL 31.15º 0.56% 0.54% -
HSV(B) 31.15º 0.64% 0.8% -
XYZ 35.63 32.37 10.67 -
YUV 152.09 83.37 165.03 -
System Red Green Blue C M Y K H S L
Decimal 204 141 73 0 0.31 0.64 0.2 31.15 0.56 0.54
Hex CC 8D 49 0 1F 40 14 1F 38 36
Octal 314 215 111 0 37 100 24 37 70 66
Binary 11001100 10001101 1001001 0 11111 1000000 10100 11111 111000 110110

Color Harmonies of #CC8D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8D49

Black with #CC8D49

Text Example


Text Example

White with #CC8D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8D49; }

 p { color: rgb(204,141,73); }

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

background-color css

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

 a { background-color: rgb(204,141,73); }

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

border-color css

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

 span { border-color: rgb(204,141,73); }

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