Html Css Color HEX #CE9046 Anzac

📋 copy color: '#CE9046'

red 206 ◦ green 144 ◦ blue 70

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

Shades of Anzac #CE9046

Tints of Anzac #CE9046

RGB

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

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

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

R = 49.05%
G = 34.29%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CE9046 (or 0xCE9046) is known color: Anzac. HEX triplet: CE, 90 and 46. RGB value is (206,144,70). Sum of RGB (Red+Green+Blue) = 206+144+70=420 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.05% from 420); Green value is 144 (56.64% from 255 or 34.29% from 420); Blue value is 70 (27.73% from 255 or 16.67% from 420); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9046 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9046 is #316FB9. Grayscale: #9A9A9A. Windows color (decimal): -3239866 or 4624590. OLE color: 4624590.

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

Color convert

RGB 206 144 70 -
CMYK 0 0.30 0.66 0.19
HSL 32.65º 0.58% 0.54% -
HSV(B) 32.65º 0.66% 0.81% -
XYZ 36.53 33.51 10.34 -
YUV 154.1 80.54 165.02 -
System Red Green Blue C M Y K H S L
Decimal 206 144 70 0 0.30 0.66 0.19 32.65 0.58 0.54
Hex CE 90 46 0 1E 42 13 21 3A 36
Octal 316 220 106 0 36 102 23 41 72 66
Binary 11001110 10010000 1000110 0 11110 1000010 10011 100001 111010 110110

Color Harmonies of #CE9046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9046

Black with #CE9046

Text Example


Text Example

White with #CE9046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9046; }

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

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

background-color css

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

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

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

border-color css

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

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

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