Html Css Color HEX #E0B9AC Cavern Pink

📋 copy color: '#E0B9AC'

red 224 ◦ green 185 ◦ blue 172

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

Shades of Cavern Pink #E0B9AC

Tints of Cavern Pink #E0B9AC

RGB

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

 GREEN value IS 185 (72.66% from 255) = 31.84%

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

R = 38.55%
G = 31.84%
B = 29.6%

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

#E0B9AC (or 0xE0B9AC) is known color: Cavern Pink. HEX triplet: E0, B9 and AC. RGB value is (224,185,172). Sum of RGB (Red+Green+Blue) = 224+185+172=581 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.55% from 581); Green value is 185 (72.66% from 255 or 31.84% from 581); Blue value is 172 (67.58% from 255 or 29.60% from 581); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B9AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0B9AC is #1F4653. Grayscale: #C3C3C3. Windows color (decimal): -2049620 or 11319776. OLE color: 11319776.

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

Color convert

RGB 224 185 172 -
CMYK 0 0.17 0.23 0.12
HSL 15º 0.46% 0.78% -
HSV(B) 15º 0.23% 0.88% -
XYZ 55.54 53.52 46.43 -
YUV 195.18 114.92 148.56 -
System Red Green Blue C M Y K H S L
Decimal 224 185 172 0 0.17 0.23 0.12 15 0.46 0.78
Hex E0 B9 AC 0 11 17 C F 2E 4E
Octal 340 271 254 0 21 27 14 17 56 116
Binary 11100000 10111001 10101100 0 10001 10111 1100 1111 101110 1001110

Color Harmonies of #E0B9AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B9AC

Black with #E0B9AC

Text Example


Text Example

White with #E0B9AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B9AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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