#E6AFB0

Color #E6AFB0 Pale Chestnut (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Chestnut #E6AFB0

Tints of Pale Chestnut #E6AFB0

Color information

#E6AFB0 (or 0xE6AFB0) is unknown color: approx Pale Chestnut. HEX triplet: E6, AF and B0. RGB value is (230,175,176). Sum of RGB (Red+Green+Blue) = 230+175+176=581 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.59% from 581); Green value is 175 (68.75% from 255 or 30.12% from 581); Blue value is 176 (69.14% from 255 or 30.29% from 581); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AFB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6AFB0 is #19504F. Grayscale: #BFBFBF. Windows color (decimal): -1658960 or 11579366. OLE color: 11579366.

HSL color Cylindrical-coordinate representation of color #E6AFB0: hue angle of 358.91º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E6AFB0 is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.10.

Color convert

RGB230175176-
CMYK00.240.230.10
HSL358.91º52.38%79.41%-
HSV(B)358.91º23.91%90.2%-
XYZ55.850.6247.9-
YUV191.56119.22155.42-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 39.59%
GREEN value IS 175 (68.75% from 255) = 30.12%
BLUE value IS 176 (69.14% from 255) = 30.29%
R=39.59%
G=30.12%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.23
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23017517600.240.230.10358.9152.3879.41
HexE6AFB001817A167344f
Octal346257260030271254764117
Binary1110011010101111101100000110001011110101011001111101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6AFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6AFB0; }

 p { color: rgb(230,175,176); }

 H1.HeaderClassName
 {
   color: #E6AFB0;
 }
 .AnyTagClassName
 {
   color: #E6AFB0;
 }
</style>
background-color css

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

 a { background-color: rgb(230,175,176); }

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

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

 span { border-color: rgb(230,175,176); }

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