Html Css Color HEX #CE9348 Anzac

📋 copy color: '#CE9348'

red 206 ◦ green 147 ◦ blue 72

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

Shades of Anzac #CE9348

Tints of Anzac #CE9348

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.59%

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

R = 48.47%
G = 34.59%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CE9348 (or 0xCE9348) is known color: Anzac. HEX triplet: CE, 93 and 48. RGB value is (206,147,72). Sum of RGB (Red+Green+Blue) = 206+147+72=425 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.47% from 425); Green value is 147 (57.81% from 255 or 34.59% from 425); Blue value is 72 (28.52% from 255 or 16.94% from 425); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9348 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9348 is #316CB7. Grayscale: #9C9C9C. Windows color (decimal): -3239096 or 4756430. OLE color: 4756430.

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

Color convert

RGB 206 147 72 -
CMYK 0 0.29 0.65 0.19
HSL 33.58º 0.58% 0.55% -
HSV(B) 33.58º 0.65% 0.81% -
XYZ 37.06 34.46 10.83 -
YUV 156.09 80.55 163.6 -
System Red Green Blue C M Y K H S L
Decimal 206 147 72 0 0.29 0.65 0.19 33.58 0.58 0.55
Hex CE 93 48 0 1D 41 13 22 3A 37
Octal 316 223 110 0 35 101 23 42 72 67
Binary 11001110 10010011 1001000 0 11101 1000001 10011 100010 111010 110111

Color Harmonies of #CE9348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9348

Black with #CE9348

Text Example


Text Example

White with #CE9348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9348; }

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

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

background-color css

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

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

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

border-color css

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

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

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