Html Css Color HEX #CE9245 Anzac

📋 copy color: '#CE9245'

red 206 ◦ green 146 ◦ blue 69

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

Shades of Anzac #CE9245

Tints of Anzac #CE9245

RGB

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

 GREEN value IS 146 (57.42% from 255) = 34.68%

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

R = 48.93%
G = 34.68%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CE9245 (or 0xCE9245) is known color: Anzac. HEX triplet: CE, 92 and 45. RGB value is (206,146,69). Sum of RGB (Red+Green+Blue) = 206+146+69=421 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.93% from 421); Green value is 146 (57.42% from 255 or 34.68% from 421); Blue value is 69 (27.34% from 255 or 16.39% from 421); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9245 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9245 is #316DBA. Grayscale: #9B9B9B. Windows color (decimal): -3239355 or 4559566. OLE color: 4559566.

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

Color convert

RGB 206 146 69 -
CMYK 0 0.29 0.67 0.19
HSL 33.72º 0.58% 0.54% -
HSV(B) 33.72º 0.67% 0.81% -
XYZ 36.81 34.11 10.27 -
YUV 155.16 79.38 164.26 -
System Red Green Blue C M Y K H S L
Decimal 206 146 69 0 0.29 0.67 0.19 33.72 0.58 0.54
Hex CE 92 45 0 1D 43 13 22 3A 36
Octal 316 222 105 0 35 103 23 42 72 66
Binary 11001110 10010010 1000101 0 11101 1000011 10011 100010 111010 110110

Color Harmonies of #CE9245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9245

Black with #CE9245

Text Example


Text Example

White with #CE9245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9245; }

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

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

background-color css

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

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

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

border-color css

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

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

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