Html Css Color HEX #CE9D46 Anzac

📋 copy color: '#CE9D46'

red 206 ◦ green 157 ◦ blue 70

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

Shades of Anzac #CE9D46

Tints of Anzac #CE9D46

RGB

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

 GREEN value IS 157 (61.72% from 255) = 36.26%

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

R = 47.58%
G = 36.26%
B = 16.17%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CE9D46 (or 0xCE9D46) is known color: Anzac. HEX triplet: CE, 9D and 46. RGB value is (206,157,70). Sum of RGB (Red+Green+Blue) = 206+157+70=433 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.58% from 433); Green value is 157 (61.72% from 255 or 36.26% from 433); Blue value is 70 (27.73% from 255 or 16.17% from 433); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9D46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9D46 is #3162B9. Grayscale: #A2A2A2. Windows color (decimal): -3236538 or 4627918. OLE color: 4627918.

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

Color convert

RGB 206 157 70 -
CMYK 0 0.24 0.66 0.19
HSL 38.38º 0.58% 0.54% -
HSV(B) 38.38º 0.66% 0.81% -
XYZ 38.62 37.68 11.03 -
YUV 161.73 76.23 159.57 -
System Red Green Blue C M Y K H S L
Decimal 206 157 70 0 0.24 0.66 0.19 38.38 0.58 0.54
Hex CE 9D 46 0 18 42 13 26 3A 36
Octal 316 235 106 0 30 102 23 46 72 66
Binary 11001110 10011101 1000110 0 11000 1000010 10011 100110 111010 110110

Color Harmonies of #CE9D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9D46

Black with #CE9D46

Text Example


Text Example

White with #CE9D46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9D46; }

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

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

background-color css

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

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

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

border-color css

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

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

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