Html Css Color HEX #CE9845 Anzac

📋 copy color: '#CE9845'

red 206 ◦ green 152 ◦ blue 69

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

Shades of Anzac #CE9845

Tints of Anzac #CE9845

RGB

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

 GREEN value IS 152 (59.77% from 255) = 35.6%

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

R = 48.24%
G = 35.6%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CE9845 (or 0xCE9845) is known color: Anzac. HEX triplet: CE, 98 and 45. RGB value is (206,152,69). Sum of RGB (Red+Green+Blue) = 206+152+69=427 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.24% from 427); Green value is 152 (59.77% from 255 or 35.60% from 427); Blue value is 69 (27.34% from 255 or 16.16% from 427); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9845 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9845 is #3167BA. Grayscale: #9F9F9F. Windows color (decimal): -3237819 or 4561102. OLE color: 4561102.

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

Color convert

RGB 206 152 69 -
CMYK 0 0.26 0.67 0.19
HSL 36.35º 0.58% 0.54% -
HSV(B) 36.35º 0.67% 0.81% -
XYZ 37.76 36.01 10.59 -
YUV 158.68 77.39 161.75 -
System Red Green Blue C M Y K H S L
Decimal 206 152 69 0 0.26 0.67 0.19 36.35 0.58 0.54
Hex CE 98 45 0 1A 43 13 24 3A 36
Octal 316 230 105 0 32 103 23 44 72 66
Binary 11001110 10011000 1000101 0 11010 1000011 10011 100100 111010 110110

Color Harmonies of #CE9845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9845

Black with #CE9845

Text Example


Text Example

White with #CE9845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9845; }

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

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

background-color css

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

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

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

border-color css

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

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

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