Html Css Color HEX #E0BCBA Cavern Pink

📋 copy color: '#E0BCBA'

red 224 ◦ green 188 ◦ blue 186

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

Shades of Cavern Pink #E0BCBA

Tints of Cavern Pink #E0BCBA

RGB

 RED value IS 224 (87.89% from 255) = 37.46%

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

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

R = 37.46%
G = 31.44%
B = 31.1%

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

#E0BCBA (or 0xE0BCBA) is known color: Cavern Pink. HEX triplet: E0, BC and BA. RGB value is (224,188,186). Sum of RGB (Red+Green+Blue) = 224+188+186=598 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.46% from 598); Green value is 188 (73.83% from 255 or 31.44% from 598); Blue value is 186 (73.05% from 255 or 31.10% from 598); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BCBA is #1F4345. Grayscale: #C6C6C6. Windows color (decimal): -2048838 or 12238048. OLE color: 12238048.

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

Color convert

RGB 224 188 186 -
CMYK 0 0.16 0.17 0.12
HSL 3.16º 0.38% 0.8% -
HSV(B) 3.16º 0.17% 0.88% -
XYZ 57.59 55.36 54.1 -
YUV 198.54 120.93 146.16 -
System Red Green Blue C M Y K H S L
Decimal 224 188 186 0 0.16 0.17 0.12 3.16 0.38 0.8
Hex E0 BC BA 0 10 11 C 3 26 50
Octal 340 274 272 0 20 21 14 3 46 120
Binary 11100000 10111100 10111010 0 10000 10001 1100 11 100110 1010000

Color Harmonies of #E0BCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BCBA

Black with #E0BCBA

Text Example


Text Example

White with #E0BCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BCBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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