Html Css Color HEX #CE964A Anzac

📋 copy color: '#CE964A'

red 206 ◦ green 150 ◦ blue 74

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

Shades of Anzac #CE964A

Tints of Anzac #CE964A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 17.21%

R = 47.91%
G = 34.88%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CE964A (or 0xCE964A) is known color: Anzac. HEX triplet: CE, 96 and 4A. RGB value is (206,150,74). Sum of RGB (Red+Green+Blue) = 206+150+74=430 (56% of max value = 765). Red value is 206 (80.86% from 255 or 47.91% from 430); Green value is 150 (58.98% from 255 or 34.88% from 430); Blue value is 74 (29.30% from 255 or 17.21% from 430); Max value from RGB is 206 - color contains mainly: red. Hex color #CE964A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE964A is #3169B5. Grayscale: #9E9E9E. Windows color (decimal): -3238326 or 4888270. OLE color: 4888270.

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

Color convert

RGB 206 150 74 -
CMYK 0 0.27 0.64 0.19
HSL 34.55º 0.57% 0.55% -
HSV(B) 34.55º 0.64% 0.81% -
XYZ 37.6 35.43 11.34 -
YUV 158.08 80.55 162.18 -
System Red Green Blue C M Y K H S L
Decimal 206 150 74 0 0.27 0.64 0.19 34.55 0.57 0.55
Hex CE 96 4A 0 1B 40 13 23 39 37
Octal 316 226 112 0 33 100 23 43 71 67
Binary 11001110 10010110 1001010 0 11011 1000000 10011 100011 111001 110111

Color Harmonies of #CE964A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE964A

Black with #CE964A

Text Example


Text Example

White with #CE964A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE964A; }

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

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

background-color css

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

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

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

border-color css

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

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

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