Html Css Color HEX #E6AFB1 Pale Chestnut

📋 copy color: '#E6AFB1'

red 230 ◦ green 175 ◦ blue 177

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

Shades of Pale Chestnut #E6AFB1

Tints of Pale Chestnut #E6AFB1

RGB

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

 GREEN value IS 175 (68.75% from 255) = 30.07%

 BLUE value IS 177 (69.53% from 255) = 30.41%

R = 39.52%
G = 30.07%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.23

 K value IS 0.10

RGB Variations

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

Color information

#E6AFB1 (or 0xE6AFB1) is known color: Pale Chestnut. HEX triplet: E6, AF and B1. RGB value is (230,175,177). Sum of RGB (Red+Green+Blue) = 230+175+177=582 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.52% from 582); Green value is 175 (68.75% from 255 or 30.07% from 582); Blue value is 177 (69.53% from 255 or 30.41% from 582); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AFB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6AFB1 is #19504E. Grayscale: #BFBFBF. Windows color (decimal): -1658959 or 11644902. OLE color: 11644902.

HSL color Cylindrical-coordinate representation of color #E6AFB1: hue angle of 357.82º 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 #E6AFB1 is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 175 177 -
CMYK 0 0.24 0.23 0.10
HSL 357.82º 0.52% 0.79% -
HSV(B) 357.82º 0.24% 0.9% -
XYZ 55.9 50.66 48.43 -
YUV 191.67 119.72 155.34 -
System Red Green Blue C M Y K H S L
Decimal 230 175 177 0 0.24 0.23 0.10 357.82 0.52 0.79
Hex E6 AF B1 0 18 17 A 166 34 4F
Octal 346 257 261 0 30 27 12 546 64 117
Binary 11100110 10101111 10110001 0 11000 10111 1010 101100110 110100 1001111

Color Harmonies of #E6AFB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6AFB1

Black with #E6AFB1

Text Example


Text Example

White with #E6AFB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6AFB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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