Html Css Color HEX #CE9146 Anzac

📋 copy color: '#CE9146'

red 206 ◦ green 145 ◦ blue 70

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

Shades of Anzac #CE9146

Tints of Anzac #CE9146

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.44%

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

R = 48.93%
G = 34.44%
B = 16.63%

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

#CE9146 (or 0xCE9146) is known color: Anzac. HEX triplet: CE, 91 and 46. RGB value is (206,145,70). Sum of RGB (Red+Green+Blue) = 206+145+70=421 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.93% from 421); Green value is 145 (57.03% from 255 or 34.44% from 421); Blue value is 70 (27.73% from 255 or 16.63% from 421); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9146 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9146 is #316EB9. Grayscale: #9B9B9B. Windows color (decimal): -3239610 or 4624846. OLE color: 4624846.

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

Color convert

RGB 206 145 70 -
CMYK 0 0.30 0.66 0.19
HSL 33.09º 0.58% 0.54% -
HSV(B) 33.09º 0.66% 0.81% -
XYZ 36.68 33.81 10.39 -
YUV 154.69 80.21 164.6 -
System Red Green Blue C M Y K H S L
Decimal 206 145 70 0 0.30 0.66 0.19 33.09 0.58 0.54
Hex CE 91 46 0 1E 42 13 21 3A 36
Octal 316 221 106 0 36 102 23 41 72 66
Binary 11001110 10010001 1000110 0 11110 1000010 10011 100001 111010 110110

Color Harmonies of #CE9146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9146

Black with #CE9146

Text Example


Text Example

White with #CE9146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9146; }

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

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

background-color css

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

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

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

border-color css

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

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

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