Html Css Color HEX #E6C097 Pancho

📋 copy color: '#E6C097'

red 230 ◦ green 192 ◦ blue 151

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

Shades of Pancho #E6C097

Tints of Pancho #E6C097

RGB

 RED value IS 230 (90.23% from 255) = 40.14%

 GREEN value IS 192 (75.39% from 255) = 33.51%

 BLUE value IS 151 (59.38% from 255) = 26.35%

R = 40.14%
G = 33.51%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.34

 K value IS 0.10

RGB Variations

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

Color information

#E6C097 (or 0xE6C097) is known color: Pancho. HEX triplet: E6, C0 and 97. RGB value is (230,192,151). Sum of RGB (Red+Green+Blue) = 230+192+151=573 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.14% from 573); Green value is 192 (75.39% from 255 or 33.51% from 573); Blue value is 151 (59.38% from 255 or 26.35% from 573); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C097 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6C097 is #193F68. Grayscale: #C6C6C6. Windows color (decimal): -1654633 or 9945318. OLE color: 9945318.

HSL color Cylindrical-coordinate representation of color #E6C097: hue angle of 31.14º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E6C097 is Cyan = 0, Magento = 0.17, Yellow = 0.34 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 192 151 -
CMYK 0 0.17 0.34 0.10
HSL 31.14º 0.61% 0.75% -
HSV(B) 31.14º 0.34% 0.9% -
XYZ 57.07 56.76 37.23 -
YUV 198.69 101.09 150.33 -
System Red Green Blue C M Y K H S L
Decimal 230 192 151 0 0.17 0.34 0.10 31.14 0.61 0.75
Hex E6 C0 97 0 11 22 A 1F 3D 4B
Octal 346 300 227 0 21 42 12 37 75 113
Binary 11100110 11000000 10010111 0 10001 100010 1010 11111 111101 1001011

Color Harmonies of #E6C097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6C097

Black with #E6C097

Text Example


Text Example

White with #E6C097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6C097; }

 p { color: rgb(230,192,151); }

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

background-color css

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

 a { background-color: rgb(230,192,151); }

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

border-color css

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

 span { border-color: rgb(230,192,151); }

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