Html Css Color HEX #E0BDBA Cavern Pink

📋 copy color: '#E0BDBA'

red 224 ◦ green 189 ◦ blue 186

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

Shades of Cavern Pink #E0BDBA

Tints of Cavern Pink #E0BDBA

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.55%

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

R = 37.4%
G = 31.55%
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

#E0BDBA (or 0xE0BDBA) is known color: Cavern Pink. HEX triplet: E0, BD and BA. RGB value is (224,189,186). Sum of RGB (Red+Green+Blue) = 224+189+186=599 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.40% from 599); Green value is 189 (74.22% from 255 or 31.55% from 599); Blue value is 186 (73.05% from 255 or 31.05% from 599); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BDBA is #1F4245. Grayscale: #C7C7C7. Windows color (decimal): -2048582 or 12238304. OLE color: 12238304.

HSL color Cylindrical-coordinate representation of color #E0BDBA: hue angle of 4.74º 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 #E0BDBA is Cyan = 0, Magento = 0.16, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 189 186 -
CMYK 0 0.16 0.17 0.12
HSL 4.74º 0.38% 0.8% -
HSV(B) 4.74º 0.17% 0.88% -
XYZ 57.8 55.79 54.18 -
YUV 199.12 120.6 145.74 -
System Red Green Blue C M Y K H S L
Decimal 224 189 186 0 0.16 0.17 0.12 4.74 0.38 0.8
Hex E0 BD BA 0 10 11 C 5 26 50
Octal 340 275 272 0 20 21 14 5 46 120
Binary 11100000 10111101 10111010 0 10000 10001 1100 101 100110 1010000

Color Harmonies of #E0BDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BDBA

Black with #E0BDBA

Text Example


Text Example

White with #E0BDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BDBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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