Html Css Color HEX #CE9A45 Anzac

📋 copy color: '#CE9A45'

red 206 ◦ green 154 ◦ blue 69

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

Shades of Anzac #CE9A45

Tints of Anzac #CE9A45

RGB

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

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

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

R = 48.02%
G = 35.9%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CE9A45 (or 0xCE9A45) is known color: Anzac. HEX triplet: CE, 9A and 45. RGB value is (206,154,69). Sum of RGB (Red+Green+Blue) = 206+154+69=429 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.02% from 429); Green value is 154 (60.55% from 255 or 35.90% from 429); Blue value is 69 (27.34% from 255 or 16.08% from 429); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9A45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9A45 is #3165BA. Grayscale: #A0A0A0. Windows color (decimal): -3237307 or 4561614. OLE color: 4561614.

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

Color convert

RGB 206 154 69 -
CMYK 0 0.25 0.67 0.19
HSL 37.23º 0.58% 0.54% -
HSV(B) 37.23º 0.67% 0.81% -
XYZ 38.08 36.66 10.7 -
YUV 159.86 76.73 160.91 -
System Red Green Blue C M Y K H S L
Decimal 206 154 69 0 0.25 0.67 0.19 37.23 0.58 0.54
Hex CE 9A 45 0 19 43 13 25 3A 36
Octal 316 232 105 0 31 103 23 45 72 66
Binary 11001110 10011010 1000101 0 11001 1000011 10011 100101 111010 110110

Color Harmonies of #CE9A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9A45

Black with #CE9A45

Text Example


Text Example

White with #CE9A45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9A45; }

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

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

background-color css

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

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

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

border-color css

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

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

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