Html Css Color HEX #CE9346 Anzac

📋 copy color: '#CE9346'

red 206 ◦ green 147 ◦ blue 70

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

Shades of Anzac #CE9346

Tints of Anzac #CE9346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 16.55%

R = 48.7%
G = 34.75%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CE9346 (or 0xCE9346) is known color: Anzac. HEX triplet: CE, 93 and 46. RGB value is (206,147,70). Sum of RGB (Red+Green+Blue) = 206+147+70=423 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.70% from 423); Green value is 147 (57.81% from 255 or 34.75% from 423); Blue value is 70 (27.73% from 255 or 16.55% from 423); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9346 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9346 is #316CB9. Grayscale: #9C9C9C. Windows color (decimal): -3239098 or 4625358. OLE color: 4625358.

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

Color convert

RGB 206 147 70 -
CMYK 0 0.29 0.66 0.19
HSL 33.97º 0.58% 0.54% -
HSV(B) 33.97º 0.66% 0.81% -
XYZ 36.99 34.43 10.49 -
YUV 155.86 79.55 163.76 -
System Red Green Blue C M Y K H S L
Decimal 206 147 70 0 0.29 0.66 0.19 33.97 0.58 0.54
Hex CE 93 46 0 1D 42 13 22 3A 36
Octal 316 223 106 0 35 102 23 42 72 66
Binary 11001110 10010011 1000110 0 11101 1000010 10011 100010 111010 110110

Color Harmonies of #CE9346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9346

Black with #CE9346

Text Example


Text Example

White with #CE9346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9346; }

 p { color: rgb(206,147,70); }

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

background-color css

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

 a { background-color: rgb(206,147,70); }

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

border-color css

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

 span { border-color: rgb(206,147,70); }

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