Html Css Color HEX #E2C1BA Cavern Pink

📋 copy color: '#E2C1BA'

red 226 ◦ green 193 ◦ blue 186

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

Shades of Cavern Pink #E2C1BA

Tints of Cavern Pink #E2C1BA

RGB

 RED value IS 226 (88.67% from 255) = 37.36%

 GREEN value IS 193 (75.78% from 255) = 31.9%

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

R = 37.36%
G = 31.9%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#E2C1BA (or 0xE2C1BA) is known color: Cavern Pink. HEX triplet: E2, C1 and BA. RGB value is (226,193,186). Sum of RGB (Red+Green+Blue) = 226+193+186=605 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.36% from 605); Green value is 193 (75.78% from 255 or 31.90% from 605); Blue value is 186 (73.05% from 255 or 30.74% from 605); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C1BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2C1BA is #1D3E45. Grayscale: #CACACA. Windows color (decimal): -1916486 or 12239330. OLE color: 12239330.

HSL color Cylindrical-coordinate representation of color #E2C1BA: hue angle of 10.5º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E2C1BA is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 193 186 -
CMYK 0 0.15 0.18 0.11
HSL 10.5º 0.41% 0.81% -
HSV(B) 10.5º 0.18% 0.89% -
XYZ 59.3 57.85 54.5 -
YUV 202.07 118.93 145.07 -
System Red Green Blue C M Y K H S L
Decimal 226 193 186 0 0.15 0.18 0.11 10.5 0.41 0.81
Hex E2 C1 BA 0 F 12 B A 29 51
Octal 342 301 272 0 17 22 13 12 51 121
Binary 11100010 11000001 10111010 0 1111 10010 1011 1010 101001 1010001

Color Harmonies of #E2C1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2C1BA

Black with #E2C1BA

Text Example


Text Example

White with #E2C1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2C1BA; }

 p { color: rgb(226,193,186); }

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

background-color css

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

 a { background-color: rgb(226,193,186); }

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

border-color css

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

 span { border-color: rgb(226,193,186); }

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