Html Css Color HEX #CE9249 Anzac

📋 copy color: '#CE9249'

red 206 ◦ green 146 ◦ blue 73

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

Shades of Anzac #CE9249

Tints of Anzac #CE9249

RGB

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

 GREEN value IS 146 (57.42% from 255) = 34.35%

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

R = 48.47%
G = 34.35%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CE9249 (or 0xCE9249) is known color: Anzac. HEX triplet: CE, 92 and 49. RGB value is (206,146,73). Sum of RGB (Red+Green+Blue) = 206+146+73=425 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.47% from 425); Green value is 146 (57.42% from 255 or 34.35% from 425); Blue value is 73 (28.91% from 255 or 17.18% from 425); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9249 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9249 is #316DB6. Grayscale: #9B9B9B. Windows color (decimal): -3239351 or 4821710. OLE color: 4821710.

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

Color convert

RGB 206 146 73 -
CMYK 0 0.29 0.65 0.19
HSL 32.93º 0.58% 0.55% -
HSV(B) 32.93º 0.65% 0.81% -
XYZ 36.94 34.16 10.95 -
YUV 155.62 81.38 163.94 -
System Red Green Blue C M Y K H S L
Decimal 206 146 73 0 0.29 0.65 0.19 32.93 0.58 0.55
Hex CE 92 49 0 1D 41 13 21 3A 37
Octal 316 222 111 0 35 101 23 41 72 67
Binary 11001110 10010010 1001001 0 11101 1000001 10011 100001 111010 110111

Color Harmonies of #CE9249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9249

Black with #CE9249

Text Example


Text Example

White with #CE9249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9249; }

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

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

background-color css

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

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

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

border-color css

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

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

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