Html Css Color HEX #CE9049 Anzac

📋 copy color: '#CE9049'

red 206 ◦ green 144 ◦ blue 73

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

Shades of Anzac #CE9049

Tints of Anzac #CE9049

RGB

 RED value IS 206 (80.86% from 255) = 48.7%

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

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

R = 48.7%
G = 34.04%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CE9049 (or 0xCE9049) is known color: Anzac. HEX triplet: CE, 90 and 49. RGB value is (206,144,73). Sum of RGB (Red+Green+Blue) = 206+144+73=423 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.70% from 423); Green value is 144 (56.64% from 255 or 34.04% from 423); Blue value is 73 (28.91% from 255 or 17.26% from 423); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9049 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9049 is #316FB6. Grayscale: #9A9A9A. Windows color (decimal): -3239863 or 4821198. OLE color: 4821198.

HSL color Cylindrical-coordinate representation of color #CE9049: hue angle of 32.03º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CE9049 is Cyan = 0, Magento = 0.30, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 144 73 -
CMYK 0 0.30 0.65 0.19
HSL 32.03º 0.58% 0.55% -
HSV(B) 32.03º 0.65% 0.81% -
XYZ 36.63 33.55 10.85 -
YUV 154.44 82.04 164.77 -
System Red Green Blue C M Y K H S L
Decimal 206 144 73 0 0.30 0.65 0.19 32.03 0.58 0.55
Hex CE 90 49 0 1E 41 13 20 3A 37
Octal 316 220 111 0 36 101 23 40 72 67
Binary 11001110 10010000 1001001 0 11110 1000001 10011 100000 111010 110111

Color Harmonies of #CE9049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9049

Black with #CE9049

Text Example


Text Example

White with #CE9049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9049; }

 p { color: rgb(206,144,73); }

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

background-color css

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

 a { background-color: rgb(206,144,73); }

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

border-color css

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

 span { border-color: rgb(206,144,73); }

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