Html Css Color HEX #CE9045 Anzac

📋 copy color: '#CE9045'

red 206 ◦ green 144 ◦ blue 69

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

Shades of Anzac #CE9045

Tints of Anzac #CE9045

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.37%

 BLUE value IS 69 (27.34% from 255) = 16.47%

R = 49.16%
G = 34.37%
B = 16.47%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CE9045 (or 0xCE9045) is known color: Anzac. HEX triplet: CE, 90 and 45. RGB value is (206,144,69). Sum of RGB (Red+Green+Blue) = 206+144+69=419 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.16% from 419); Green value is 144 (56.64% from 255 or 34.37% from 419); Blue value is 69 (27.34% from 255 or 16.47% from 419); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9045 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9045 is #316FBA. Grayscale: #9A9A9A. Windows color (decimal): -3239867 or 4559054. OLE color: 4559054.

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

Color convert

RGB 206 144 69 -
CMYK 0 0.30 0.67 0.19
HSL 32.85º 0.58% 0.54% -
HSV(B) 32.85º 0.67% 0.81% -
XYZ 36.5 33.5 10.17 -
YUV 153.99 80.04 165.1 -
System Red Green Blue C M Y K H S L
Decimal 206 144 69 0 0.30 0.67 0.19 32.85 0.58 0.54
Hex CE 90 45 0 1E 43 13 21 3A 36
Octal 316 220 105 0 36 103 23 41 72 66
Binary 11001110 10010000 1000101 0 11110 1000011 10011 100001 111010 110110

Color Harmonies of #CE9045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9045

Black with #CE9045

Text Example


Text Example

White with #CE9045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9045; }

 p { color: rgb(206,144,69); }

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

background-color css

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

 a { background-color: rgb(206,144,69); }

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

border-color css

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

 span { border-color: rgb(206,144,69); }

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