Html Css Color HEX #CE9A46 Anzac

📋 copy color: '#CE9A46'

red 206 ◦ green 154 ◦ blue 70

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

Shades of Anzac #CE9A46

Tints of Anzac #CE9A46

RGB

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

 GREEN value IS 154 (60.55% from 255) = 35.81%

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

R = 47.91%
G = 35.81%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CE9A46 (or 0xCE9A46) is known color: Anzac. HEX triplet: CE, 9A and 46. RGB value is (206,154,70). Sum of RGB (Red+Green+Blue) = 206+154+70=430 (56% of max value = 765). Red value is 206 (80.86% from 255 or 47.91% from 430); Green value is 154 (60.55% from 255 or 35.81% from 430); Blue value is 70 (27.73% from 255 or 16.28% from 430); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9A46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9A46 is #3165B9. Grayscale: #A0A0A0. Windows color (decimal): -3237306 or 4627150. OLE color: 4627150.

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

Color convert

RGB 206 154 70 -
CMYK 0 0.25 0.66 0.19
HSL 37.06º 0.58% 0.54% -
HSV(B) 37.06º 0.66% 0.81% -
XYZ 38.11 36.68 10.86 -
YUV 159.97 77.23 160.83 -
System Red Green Blue C M Y K H S L
Decimal 206 154 70 0 0.25 0.66 0.19 37.06 0.58 0.54
Hex CE 9A 46 0 19 42 13 25 3A 36
Octal 316 232 106 0 31 102 23 45 72 66
Binary 11001110 10011010 1000110 0 11001 1000010 10011 100101 111010 110110

Color Harmonies of #CE9A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9A46

Black with #CE9A46

Text Example


Text Example

White with #CE9A46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9A46; }

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

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

background-color css

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

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

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

border-color css

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

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

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