Html Css Color HEX #CE9A3E Anzac

📋 copy color: '#CE9A3E'

red 206 ◦ green 154 ◦ blue 62

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

Shades of Anzac #CE9A3E

Tints of Anzac #CE9A3E

RGB

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

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

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

R = 48.82%
G = 36.49%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CE9A3E (or 0xCE9A3E) is known color: Anzac. HEX triplet: CE, 9A and 3E. RGB value is (206,154,62). Sum of RGB (Red+Green+Blue) = 206+154+62=422 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.82% from 422); Green value is 154 (60.55% from 255 or 36.49% from 422); Blue value is 62 (24.61% from 255 or 14.69% from 422); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9A3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9A3E is #3165C1. Grayscale: #9F9F9F. Windows color (decimal): -3237314 or 4102862. OLE color: 4102862.

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

Color convert

RGB 206 154 62 -
CMYK 0 0.25 0.70 0.19
HSL 38.33º 0.6% 0.53% -
HSV(B) 38.33º 0.7% 0.81% -
XYZ 37.88 36.58 9.62 -
YUV 159.06 73.23 161.48 -
System Red Green Blue C M Y K H S L
Decimal 206 154 62 0 0.25 0.70 0.19 38.33 0.6 0.53
Hex CE 9A 3E 0 19 46 13 26 3C 35
Octal 316 232 76 0 31 106 23 46 74 65
Binary 11001110 10011010 111110 0 11001 1000110 10011 100110 111100 110101

Color Harmonies of #CE9A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9A3E

Black with #CE9A3E

Text Example


Text Example

White with #CE9A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9A3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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