Html Css Color HEX #CE9E2A Galliano

📋 copy color: '#CE9E2A'

red 206 ◦ green 158 ◦ blue 42

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

Shades of Galliano #CE9E2A

Tints of Galliano #CE9E2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.34%

R = 50.74%
G = 38.92%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CE9E2A (or 0xCE9E2A) is known color: Galliano. HEX triplet: CE, 9E and 2A. RGB value is (206,158,42). Sum of RGB (Red+Green+Blue) = 206+158+42=406 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.74% from 406); Green value is 158 (62.11% from 255 or 38.92% from 406); Blue value is 42 (16.80% from 255 or 10.34% from 406); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9E2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9E2A is #3161D5. Grayscale: #9F9F9F. Windows color (decimal): -3236310 or 2793166. OLE color: 2793166.

HSL color Cylindrical-coordinate representation of color #CE9E2A: hue angle of 42.44º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CE9E2A is Cyan = 0, Magento = 0.23, Yellow = 0.80 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 158 42 -
CMYK 0 0.23 0.80 0.19
HSL 42.44º 0.66% 0.49% -
HSV(B) 42.44º 0.8% 0.81% -
XYZ 38.1 37.74 7.47 -
YUV 159.13 61.9 161.43 -
System Red Green Blue C M Y K H S L
Decimal 206 158 42 0 0.23 0.80 0.19 42.44 0.66 0.49
Hex CE 9E 2A 0 17 50 13 2A 42 31
Octal 316 236 52 0 27 120 23 52 102 61
Binary 11001110 10011110 101010 0 10111 1010000 10011 101010 1000010 110001

Color Harmonies of #CE9E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9E2A

Black with #CE9E2A

Text Example


Text Example

White with #CE9E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9E2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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