Html Css Color HEX #CE9244 Anzac

📋 copy color: '#CE9244'

red 206 ◦ green 146 ◦ blue 68

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

Shades of Anzac #CE9244

Tints of Anzac #CE9244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 16.19%

R = 49.05%
G = 34.76%
B = 16.19%

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

#CE9244 (or 0xCE9244) is known color: Anzac. HEX triplet: CE, 92 and 44. RGB value is (206,146,68). Sum of RGB (Red+Green+Blue) = 206+146+68=420 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.05% from 420); Green value is 146 (57.42% from 255 or 34.76% from 420); Blue value is 68 (26.95% from 255 or 16.19% from 420); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9244 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9244 is #316DBB. Grayscale: #9B9B9B. Windows color (decimal): -3239356 or 4494030. OLE color: 4494030.

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

Color convert

RGB 206 146 68 -
CMYK 0 0.29 0.67 0.19
HSL 33.91º 0.58% 0.54% -
HSV(B) 33.91º 0.67% 0.81% -
XYZ 36.78 34.1 10.11 -
YUV 155.05 78.88 164.34 -
System Red Green Blue C M Y K H S L
Decimal 206 146 68 0 0.29 0.67 0.19 33.91 0.58 0.54
Hex CE 92 44 0 1D 43 13 22 3A 36
Octal 316 222 104 0 35 103 23 42 72 66
Binary 11001110 10010010 1000100 0 11101 1000011 10011 100010 111010 110110

Color Harmonies of #CE9244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9244

Black with #CE9244

Text Example


Text Example

White with #CE9244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9244; }

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

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

background-color css

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

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

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

border-color css

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

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

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