Html Css Color HEX #CE9648 Anzac

📋 copy color: '#CE9648'

red 206 ◦ green 150 ◦ blue 72

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

Shades of Anzac #CE9648

Tints of Anzac #CE9648

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.05%

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

R = 48.13%
G = 35.05%
B = 16.82%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CE9648 (or 0xCE9648) is known color: Anzac. HEX triplet: CE, 96 and 48. RGB value is (206,150,72). Sum of RGB (Red+Green+Blue) = 206+150+72=428 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.13% from 428); Green value is 150 (58.98% from 255 or 35.05% from 428); Blue value is 72 (28.52% from 255 or 16.82% from 428); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9648 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9648 is #3169B7. Grayscale: #9E9E9E. Windows color (decimal): -3238328 or 4757198. OLE color: 4757198.

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

Color convert

RGB 206 150 72 -
CMYK 0 0.27 0.65 0.19
HSL 34.93º 0.58% 0.55% -
HSV(B) 34.93º 0.65% 0.81% -
XYZ 37.53 35.4 10.99 -
YUV 157.85 79.55 162.34 -
System Red Green Blue C M Y K H S L
Decimal 206 150 72 0 0.27 0.65 0.19 34.93 0.58 0.55
Hex CE 96 48 0 1B 41 13 23 3A 37
Octal 316 226 110 0 33 101 23 43 72 67
Binary 11001110 10010110 1001000 0 11011 1000001 10011 100011 111010 110111

Color Harmonies of #CE9648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9648

Black with #CE9648

Text Example


Text Example

White with #CE9648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9648; }

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

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

background-color css

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

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

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

border-color css

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

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

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