Html Css Color HEX #CE9E3E Anzac

📋 copy color: '#CE9E3E'

red 206 ◦ green 158 ◦ blue 62

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

Shades of Anzac #CE9E3E

Tints of Anzac #CE9E3E

RGB

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

 GREEN value IS 158 (62.11% from 255) = 37.09%

 BLUE value IS 62 (24.61% from 255) = 14.55%

R = 48.36%
G = 37.09%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CE9E3E (or 0xCE9E3E) is known color: Anzac. HEX triplet: CE, 9E and 3E. RGB value is (206,158,62). Sum of RGB (Red+Green+Blue) = 206+158+62=426 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.36% from 426); Green value is 158 (62.11% from 255 or 37.09% from 426); Blue value is 62 (24.61% from 255 or 14.55% from 426); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9E3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9E3E is #3161C1. Grayscale: #A1A1A1. Windows color (decimal): -3236290 or 4103886. OLE color: 4103886.

HSL color Cylindrical-coordinate representation of color #CE9E3E: hue angle of 40º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE9E3E is Cyan = 0, Magento = 0.23, Yellow = 0.70 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 158 62 -
CMYK 0 0.23 0.70 0.19
HSL 40º 0.6% 0.53% -
HSV(B) 40º 0.7% 0.81% -
XYZ 38.55 37.92 9.85 -
YUV 161.41 71.9 159.81 -
System Red Green Blue C M Y K H S L
Decimal 206 158 62 0 0.23 0.70 0.19 40 0.6 0.53
Hex CE 9E 3E 0 17 46 13 28 3C 35
Octal 316 236 76 0 27 106 23 50 74 65
Binary 11001110 10011110 111110 0 10111 1000110 10011 101000 111100 110101

Color Harmonies of #CE9E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9E3E

Black with #CE9E3E

Text Example


Text Example

White with #CE9E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9E3E; }

 p { color: rgb(206,158,62); }

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

background-color css

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

 a { background-color: rgb(206,158,62); }

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

border-color css

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

 span { border-color: rgb(206,158,62); }

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