Html Css Color HEX #E6CA9F Chamois

📋 copy color: '#E6CA9F'

red 230 ◦ green 202 ◦ blue 159

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

Shades of Chamois #E6CA9F

Tints of Chamois #E6CA9F

RGB

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

 GREEN value IS 202 (79.3% from 255) = 34.18%

 BLUE value IS 159 (62.5% from 255) = 26.9%

R = 38.92%
G = 34.18%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.31

 K value IS 0.10

RGB Variations

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

Color information

#E6CA9F (or 0xE6CA9F) is known color: Chamois. HEX triplet: E6, CA and 9F. RGB value is (230,202,159). Sum of RGB (Red+Green+Blue) = 230+202+159=591 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.92% from 591); Green value is 202 (79.30% from 255 or 34.18% from 591); Blue value is 159 (62.5% from 255 or 26.90% from 591); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CA9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6CA9F is #193560. Grayscale: #CDCDCD. Windows color (decimal): -1652065 or 10472166. OLE color: 10472166.

HSL color Cylindrical-coordinate representation of color #E6CA9F: hue angle of 36.34º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E6CA9F is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 202 159 -
CMYK 0 0.12 0.31 0.10
HSL 36.34º 0.59% 0.76% -
HSV(B) 36.34º 0.31% 0.9% -
XYZ 60.01 61.57 41.52 -
YUV 205.47 101.78 145.5 -
System Red Green Blue C M Y K H S L
Decimal 230 202 159 0 0.12 0.31 0.10 36.34 0.59 0.76
Hex E6 CA 9F 0 C 1F A 24 3B 4C
Octal 346 312 237 0 14 37 12 44 73 114
Binary 11100110 11001010 10011111 0 1100 11111 1010 100100 111011 1001100

Color Harmonies of #E6CA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CA9F

Black with #E6CA9F

Text Example


Text Example

White with #E6CA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CA9F; }

 p { color: rgb(230,202,159); }

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

background-color css

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

 a { background-color: rgb(230,202,159); }

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

border-color css

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

 span { border-color: rgb(230,202,159); }

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