Html Css Color HEX #CE9B47 Anzac

📋 copy color: '#CE9B47'

red 206 ◦ green 155 ◦ blue 71

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

Shades of Anzac #CE9B47

Tints of Anzac #CE9B47

RGB

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

 GREEN value IS 155 (60.94% from 255) = 35.88%

 BLUE value IS 71 (28.13% from 255) = 16.44%

R = 47.69%
G = 35.88%
B = 16.44%

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

#CE9B47 (or 0xCE9B47) is known color: Anzac. HEX triplet: CE, 9B and 47. RGB value is (206,155,71). Sum of RGB (Red+Green+Blue) = 206+155+71=432 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.69% from 432); Green value is 155 (60.94% from 255 or 35.88% from 432); Blue value is 71 (28.12% from 255 or 16.44% from 432); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9B47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9B47 is #3164B8. Grayscale: #A1A1A1. Windows color (decimal): -3237049 or 4692942. OLE color: 4692942.

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

Color convert

RGB 206 155 71 -
CMYK 0 0.25 0.66 0.19
HSL 37.33º 0.58% 0.54% -
HSV(B) 37.33º 0.66% 0.81% -
XYZ 38.31 37.02 11.09 -
YUV 160.67 77.4 160.33 -
System Red Green Blue C M Y K H S L
Decimal 206 155 71 0 0.25 0.66 0.19 37.33 0.58 0.54
Hex CE 9B 47 0 19 42 13 25 3A 36
Octal 316 233 107 0 31 102 23 45 72 66
Binary 11001110 10011011 1000111 0 11001 1000010 10011 100101 111010 110110

Color Harmonies of #CE9B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9B47

Black with #CE9B47

Text Example


Text Example

White with #CE9B47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9B47; }

 p { color: rgb(206,155,71); }

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

background-color css

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

 a { background-color: rgb(206,155,71); }

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

border-color css

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

 span { border-color: rgb(206,155,71); }

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