Html Css Color HEX #CE9A48 Anzac

📋 copy color: '#CE9A48'

red 206 ◦ green 154 ◦ blue 72

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

Shades of Anzac #CE9A48

Tints of Anzac #CE9A48

RGB

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

 GREEN value IS 154 (60.55% from 255) = 35.65%

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

R = 47.69%
G = 35.65%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CE9A48 (or 0xCE9A48) is known color: Anzac. HEX triplet: CE, 9A and 48. RGB value is (206,154,72). Sum of RGB (Red+Green+Blue) = 206+154+72=432 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.69% from 432); Green value is 154 (60.55% from 255 or 35.65% from 432); Blue value is 72 (28.52% from 255 or 16.67% from 432); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9A48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9A48 is #3165B7. Grayscale: #A0A0A0. Windows color (decimal): -3237304 or 4758222. OLE color: 4758222.

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

Color convert

RGB 206 154 72 -
CMYK 0 0.25 0.65 0.19
HSL 36.72º 0.58% 0.55% -
HSV(B) 36.72º 0.65% 0.81% -
XYZ 38.18 36.7 11.2 -
YUV 160.2 78.23 160.67 -
System Red Green Blue C M Y K H S L
Decimal 206 154 72 0 0.25 0.65 0.19 36.72 0.58 0.55
Hex CE 9A 48 0 19 41 13 25 3A 37
Octal 316 232 110 0 31 101 23 45 72 67
Binary 11001110 10011010 1001000 0 11001 1000001 10011 100101 111010 110111

Color Harmonies of #CE9A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9A48

Black with #CE9A48

Text Example


Text Example

White with #CE9A48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9A48; }

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

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

background-color css

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

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

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

border-color css

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

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

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