Html Css Color HEX #E0BAAC Cavern Pink

📋 copy color: '#E0BAAC'

red 224 ◦ green 186 ◦ blue 172

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

Shades of Cavern Pink #E0BAAC

Tints of Cavern Pink #E0BAAC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 31.96%

 BLUE value IS 172 (67.58% from 255) = 29.55%

R = 38.49%
G = 31.96%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E0BAAC (or 0xE0BAAC) is known color: Cavern Pink. HEX triplet: E0, BA and AC. RGB value is (224,186,172). Sum of RGB (Red+Green+Blue) = 224+186+172=582 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.49% from 582); Green value is 186 (73.05% from 255 or 31.96% from 582); Blue value is 172 (67.58% from 255 or 29.55% from 582); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BAAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0BAAC is #1F4553. Grayscale: #C3C3C3. Windows color (decimal): -2049364 or 11320032. OLE color: 11320032.

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

Color convert

RGB 224 186 172 -
CMYK 0 0.17 0.23 0.12
HSL 16.15º 0.46% 0.78% -
HSV(B) 16.15º 0.23% 0.88% -
XYZ 55.75 53.94 46.5 -
YUV 195.77 114.59 148.14 -
System Red Green Blue C M Y K H S L
Decimal 224 186 172 0 0.17 0.23 0.12 16.15 0.46 0.78
Hex E0 BA AC 0 11 17 C 10 2E 4E
Octal 340 272 254 0 21 27 14 20 56 116
Binary 11100000 10111010 10101100 0 10001 10111 1100 10000 101110 1001110

Color Harmonies of #E0BAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BAAC

Black with #E0BAAC

Text Example


Text Example

White with #E0BAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BAAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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