Html Css Color HEX #CE9449 Anzac

📋 copy color: '#CE9449'

red 206 ◦ green 148 ◦ blue 73

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

Shades of Anzac #CE9449

Tints of Anzac #CE9449

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.66%

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

R = 48.24%
G = 34.66%
B = 17.1%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CE9449 (or 0xCE9449) is known color: Anzac. HEX triplet: CE, 94 and 49. RGB value is (206,148,73). Sum of RGB (Red+Green+Blue) = 206+148+73=427 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.24% from 427); Green value is 148 (58.20% from 255 or 34.66% from 427); Blue value is 73 (28.91% from 255 or 17.10% from 427); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9449 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9449 is #316BB6. Grayscale: #9D9D9D. Windows color (decimal): -3238839 or 4822222. OLE color: 4822222.

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

Color convert

RGB 206 148 73 -
CMYK 0 0.28 0.65 0.19
HSL 33.83º 0.58% 0.55% -
HSV(B) 33.83º 0.65% 0.81% -
XYZ 37.25 34.78 11.05 -
YUV 156.79 80.72 163.1 -
System Red Green Blue C M Y K H S L
Decimal 206 148 73 0 0.28 0.65 0.19 33.83 0.58 0.55
Hex CE 94 49 0 1C 41 13 22 3A 37
Octal 316 224 111 0 34 101 23 42 72 67
Binary 11001110 10010100 1001001 0 11100 1000001 10011 100010 111010 110111

Color Harmonies of #CE9449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9449

Black with #CE9449

Text Example


Text Example

White with #CE9449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9449; }

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

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

background-color css

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

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

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

border-color css

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

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

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