Html Css Color HEX #CE9548 Anzac

📋 copy color: '#CE9548'

red 206 ◦ green 149 ◦ blue 72

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

Shades of Anzac #CE9548

Tints of Anzac #CE9548

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.89%

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

R = 48.24%
G = 34.89%
B = 16.86%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CE9548 (or 0xCE9548) is known color: Anzac. HEX triplet: CE, 95 and 48. RGB value is (206,149,72). Sum of RGB (Red+Green+Blue) = 206+149+72=427 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.24% from 427); Green value is 149 (58.59% from 255 or 34.89% from 427); Blue value is 72 (28.52% from 255 or 16.86% from 427); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9548 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9548 is #316AB7. Grayscale: #9D9D9D. Windows color (decimal): -3238584 or 4756942. OLE color: 4756942.

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

Color convert

RGB 206 149 72 -
CMYK 0 0.28 0.65 0.19
HSL 34.48º 0.58% 0.55% -
HSV(B) 34.48º 0.65% 0.81% -
XYZ 37.37 35.08 10.93 -
YUV 157.27 79.88 162.76 -
System Red Green Blue C M Y K H S L
Decimal 206 149 72 0 0.28 0.65 0.19 34.48 0.58 0.55
Hex CE 95 48 0 1C 41 13 22 3A 37
Octal 316 225 110 0 34 101 23 42 72 67
Binary 11001110 10010101 1001000 0 11100 1000001 10011 100010 111010 110111

Color Harmonies of #CE9548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9548

Black with #CE9548

Text Example


Text Example

White with #CE9548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9548; }

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

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

background-color css

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

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

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

border-color css

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

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

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