Html Css Color HEX #ECB0B1 Pale Chestnut

📋 copy color: '#ECB0B1'

red 236 ◦ green 176 ◦ blue 177

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

Shades of Pale Chestnut #ECB0B1

Tints of Pale Chestnut #ECB0B1

RGB

 RED value IS 236 (92.58% from 255) = 40.07%

 GREEN value IS 176 (69.14% from 255) = 29.88%

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

R = 40.07%
G = 29.88%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#ECB0B1 (or 0xECB0B1) is known color: Pale Chestnut. HEX triplet: EC, B0 and B1. RGB value is (236,176,177). Sum of RGB (Red+Green+Blue) = 236+176+177=589 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40.07% from 589); Green value is 176 (69.14% from 255 or 29.88% from 589); Blue value is 177 (69.53% from 255 or 30.05% from 589); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB0B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECB0B1 is #134F4E. Grayscale: #C2C2C2. Windows color (decimal): -1265487 or 11645164. OLE color: 11645164.

HSL color Cylindrical-coordinate representation of color #ECB0B1: hue angle of 359º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ECB0B1 is Cyan = 0, Magento = 0.25, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 176 177 -
CMYK 0 0.25 0.25 0.07
HSL 359º 0.61% 0.81% -
HSV(B) 359º 0.25% 0.93% -
XYZ 58.05 52.06 48.58 -
YUV 194.05 118.38 157.92 -
System Red Green Blue C M Y K H S L
Decimal 236 176 177 0 0.25 0.25 0.07 359 0.61 0.81
Hex EC B0 B1 0 19 19 7 167 3D 51
Octal 354 260 261 0 31 31 7 547 75 121
Binary 11101100 10110000 10110001 0 11001 11001 111 101100111 111101 1010001

Color Harmonies of #ECB0B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB0B1

Black with #ECB0B1

Text Example


Text Example

White with #ECB0B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB0B1; }

 p { color: rgb(236,176,177); }

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

background-color css

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

 a { background-color: rgb(236,176,177); }

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

border-color css

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

 span { border-color: rgb(236,176,177); }

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