Html Css Color HEX #CE9148 Anzac

📋 copy color: '#CE9148'

red 206 ◦ green 145 ◦ blue 72

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

Shades of Anzac #CE9148

Tints of Anzac #CE9148

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.28%

 BLUE value IS 72 (28.52% from 255) = 17.02%

R = 48.7%
G = 34.28%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CE9148 (or 0xCE9148) is known color: Anzac. HEX triplet: CE, 91 and 48. RGB value is (206,145,72). Sum of RGB (Red+Green+Blue) = 206+145+72=423 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.70% from 423); Green value is 145 (57.03% from 255 or 34.28% from 423); Blue value is 72 (28.52% from 255 or 17.02% from 423); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9148 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9148 is #316EB7. Grayscale: #9B9B9B. Windows color (decimal): -3239608 or 4755918. OLE color: 4755918.

HSL color Cylindrical-coordinate representation of color #CE9148: hue angle of 32.69º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CE9148 is Cyan = 0, Magento = 0.30, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 145 72 -
CMYK 0 0.30 0.65 0.19
HSL 32.69º 0.58% 0.55% -
HSV(B) 32.69º 0.65% 0.81% -
XYZ 36.75 33.84 10.73 -
YUV 154.92 81.21 164.44 -
System Red Green Blue C M Y K H S L
Decimal 206 145 72 0 0.30 0.65 0.19 32.69 0.58 0.55
Hex CE 91 48 0 1E 41 13 21 3A 37
Octal 316 221 110 0 36 101 23 41 72 67
Binary 11001110 10010001 1001000 0 11110 1000001 10011 100001 111010 110111

Color Harmonies of #CE9148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9148

Black with #CE9148

Text Example


Text Example

White with #CE9148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9148; }

 p { color: rgb(206,145,72); }

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

background-color css

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

 a { background-color: rgb(206,145,72); }

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

border-color css

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

 span { border-color: rgb(206,145,72); }

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