Html Css Color HEX #CE9646 Anzac

📋 copy color: '#CE9646'

red 206 ◦ green 150 ◦ blue 70

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

Shades of Anzac #CE9646

Tints of Anzac #CE9646

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.21%

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

R = 48.36%
G = 35.21%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CE9646 (or 0xCE9646) is known color: Anzac. HEX triplet: CE, 96 and 46. RGB value is (206,150,70). Sum of RGB (Red+Green+Blue) = 206+150+70=426 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.36% from 426); Green value is 150 (58.98% from 255 or 35.21% from 426); Blue value is 70 (27.73% from 255 or 16.43% from 426); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9646 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9646 is #3169B9. Grayscale: #9E9E9E. Windows color (decimal): -3238330 or 4626126. OLE color: 4626126.

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

Color convert

RGB 206 150 70 -
CMYK 0 0.27 0.66 0.19
HSL 35.29º 0.58% 0.54% -
HSV(B) 35.29º 0.66% 0.81% -
XYZ 37.47 35.38 10.65 -
YUV 157.62 78.55 162.5 -
System Red Green Blue C M Y K H S L
Decimal 206 150 70 0 0.27 0.66 0.19 35.29 0.58 0.54
Hex CE 96 46 0 1B 42 13 23 3A 36
Octal 316 226 106 0 33 102 23 43 72 66
Binary 11001110 10010110 1000110 0 11011 1000010 10011 100011 111010 110110

Color Harmonies of #CE9646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9646

Black with #CE9646

Text Example


Text Example

White with #CE9646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9646; }

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

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

background-color css

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

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

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

border-color css

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

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

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