Html Css Color HEX #CE9749 Anzac

📋 copy color: '#CE9749'

red 206 ◦ green 151 ◦ blue 73

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

Shades of Anzac #CE9749

Tints of Anzac #CE9749

RGB

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

 GREEN value IS 151 (59.38% from 255) = 35.12%

 BLUE value IS 73 (28.91% from 255) = 16.98%

R = 47.91%
G = 35.12%
B = 16.98%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CE9749 (or 0xCE9749) is known color: Anzac. HEX triplet: CE, 97 and 49. RGB value is (206,151,73). Sum of RGB (Red+Green+Blue) = 206+151+73=430 (56% of max value = 765). Red value is 206 (80.86% from 255 or 47.91% from 430); Green value is 151 (59.38% from 255 or 35.12% from 430); Blue value is 73 (28.91% from 255 or 16.98% from 430); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9749 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9749 is #3168B6. Grayscale: #9E9E9E. Windows color (decimal): -3238071 or 4822990. OLE color: 4822990.

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

Color convert

RGB 206 151 73 -
CMYK 0 0.27 0.65 0.19
HSL 35.19º 0.58% 0.55% -
HSV(B) 35.19º 0.65% 0.81% -
XYZ 37.72 35.74 11.21 -
YUV 158.55 79.72 161.84 -
System Red Green Blue C M Y K H S L
Decimal 206 151 73 0 0.27 0.65 0.19 35.19 0.58 0.55
Hex CE 97 49 0 1B 41 13 23 3A 37
Octal 316 227 111 0 33 101 23 43 72 67
Binary 11001110 10010111 1001001 0 11011 1000001 10011 100011 111010 110111

Color Harmonies of #CE9749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9749

Black with #CE9749

Text Example


Text Example

White with #CE9749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9749; }

 p { color: rgb(206,151,73); }

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

background-color css

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

 a { background-color: rgb(206,151,73); }

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

border-color css

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

 span { border-color: rgb(206,151,73); }

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