Html Css Color HEX #CE9241 Anzac

📋 copy color: '#CE9241'

red 206 ◦ green 146 ◦ blue 65

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

Shades of Anzac #CE9241

Tints of Anzac #CE9241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 15.59%

R = 49.4%
G = 35.01%
B = 15.59%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CE9241 (or 0xCE9241) is known color: Anzac. HEX triplet: CE, 92 and 41. RGB value is (206,146,65). Sum of RGB (Red+Green+Blue) = 206+146+65=417 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.40% from 417); Green value is 146 (57.42% from 255 or 35.01% from 417); Blue value is 65 (25.78% from 255 or 15.59% from 417); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9241 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9241 is #316DBE. Grayscale: #9B9B9B. Windows color (decimal): -3239359 or 4297422. OLE color: 4297422.

HSL color Cylindrical-coordinate representation of color #CE9241: hue angle of 34.47º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CE9241 is Cyan = 0, Magento = 0.29, Yellow = 0.68 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 146 65 -
CMYK 0 0.29 0.68 0.19
HSL 34.47º 0.59% 0.53% -
HSV(B) 34.47º 0.68% 0.81% -
XYZ 36.69 34.06 9.64 -
YUV 154.71 77.38 164.59 -
System Red Green Blue C M Y K H S L
Decimal 206 146 65 0 0.29 0.68 0.19 34.47 0.59 0.53
Hex CE 92 41 0 1D 44 13 22 3B 35
Octal 316 222 101 0 35 104 23 42 73 65
Binary 11001110 10010010 1000001 0 11101 1000100 10011 100010 111011 110101

Color Harmonies of #CE9241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9241

Black with #CE9241

Text Example


Text Example

White with #CE9241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9241; }

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

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

background-color css

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

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

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

border-color css

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

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

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