Html Css Color HEX #CE9644 Anzac

📋 copy color: '#CE9644'

red 206 ◦ green 150 ◦ blue 68

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

Shades of Anzac #CE9644

Tints of Anzac #CE9644

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 16.04%

R = 48.58%
G = 35.38%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CE9644 (or 0xCE9644) is known color: Anzac. HEX triplet: CE, 96 and 44. RGB value is (206,150,68). Sum of RGB (Red+Green+Blue) = 206+150+68=424 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.58% from 424); Green value is 150 (58.98% from 255 or 35.38% from 424); Blue value is 68 (26.95% from 255 or 16.04% from 424); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9644 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9644 is #3169BB. Grayscale: #9D9D9D. Windows color (decimal): -3238332 or 4495054. OLE color: 4495054.

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

Color convert

RGB 206 150 68 -
CMYK 0 0.27 0.67 0.19
HSL 35.65º 0.58% 0.54% -
HSV(B) 35.65º 0.67% 0.81% -
XYZ 37.4 35.35 10.32 -
YUV 157.4 77.55 162.67 -
System Red Green Blue C M Y K H S L
Decimal 206 150 68 0 0.27 0.67 0.19 35.65 0.58 0.54
Hex CE 96 44 0 1B 43 13 24 3A 36
Octal 316 226 104 0 33 103 23 44 72 66
Binary 11001110 10010110 1000100 0 11011 1000011 10011 100100 111010 110110

Color Harmonies of #CE9644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9644

Black with #CE9644

Text Example


Text Example

White with #CE9644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9644; }

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

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

background-color css

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

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

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

border-color css

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

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

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