Html Css Color HEX #E1BCBA Cavern Pink

📋 copy color: '#E1BCBA'

red 225 ◦ green 188 ◦ blue 186

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

Shades of Cavern Pink #E1BCBA

Tints of Cavern Pink #E1BCBA

RGB

 RED value IS 225 (88.28% from 255) = 37.56%

 GREEN value IS 188 (73.83% from 255) = 31.39%

 BLUE value IS 186 (73.05% from 255) = 31.05%

R = 37.56%
G = 31.39%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E1BCBA (or 0xE1BCBA) is known color: Cavern Pink. HEX triplet: E1, BC and BA. RGB value is (225,188,186). Sum of RGB (Red+Green+Blue) = 225+188+186=599 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.56% from 599); Green value is 188 (73.83% from 255 or 31.39% from 599); Blue value is 186 (73.05% from 255 or 31.05% from 599); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BCBA is #1E4345. Grayscale: #C6C6C6. Windows color (decimal): -1983302 or 12238049. OLE color: 12238049.

HSL color Cylindrical-coordinate representation of color #E1BCBA: hue angle of 3.08º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E1BCBA is Cyan = 0, Magento = 0.16, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 188 186 -
CMYK 0 0.16 0.17 0.12
HSL 3.08º 0.39% 0.81% -
HSV(B) 3.08º 0.17% 0.88% -
XYZ 57.9 55.52 54.12 -
YUV 198.84 120.76 146.66 -
System Red Green Blue C M Y K H S L
Decimal 225 188 186 0 0.16 0.17 0.12 3.08 0.39 0.81
Hex E1 BC BA 0 10 11 C 3 27 51
Octal 341 274 272 0 20 21 14 3 47 121
Binary 11100001 10111100 10111010 0 10000 10001 1100 11 100111 1010001

Color Harmonies of #E1BCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1BCBA

Black with #E1BCBA

Text Example


Text Example

White with #E1BCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1BCBA; }

 p { color: rgb(225,188,186); }

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

background-color css

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

 a { background-color: rgb(225,188,186); }

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

border-color css

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

 span { border-color: rgb(225,188,186); }

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