Html Css Color HEX #E0C1BF Cavern Pink

📋 copy color: '#E0C1BF'

red 224 ◦ green 193 ◦ blue 191

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

Shades of Cavern Pink #E0C1BF

Tints of Cavern Pink #E0C1BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 31.41%

R = 36.84%
G = 31.74%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#E0C1BF (or 0xE0C1BF) is known color: Cavern Pink. HEX triplet: E0, C1 and BF. RGB value is (224,193,191). Sum of RGB (Red+Green+Blue) = 224+193+191=608 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.84% from 608); Green value is 193 (75.78% from 255 or 31.74% from 608); Blue value is 191 (75% from 255 or 31.41% from 608); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C1BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0C1BF is #1F3E40. Grayscale: #CACACA. Windows color (decimal): -2047553 or 12567008. OLE color: 12567008.

HSL color Cylindrical-coordinate representation of color #E0C1BF: hue angle of 3.64º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E0C1BF is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 193 191 -
CMYK 0 0.14 0.15 0.12
HSL 3.64º 0.35% 0.81% -
HSV(B) 3.64º 0.15% 0.88% -
XYZ 59.21 57.75 57.32 -
YUV 202.04 121.77 143.66 -
System Red Green Blue C M Y K H S L
Decimal 224 193 191 0 0.14 0.15 0.12 3.64 0.35 0.81
Hex E0 C1 BF 0 E F C 4 23 51
Octal 340 301 277 0 16 17 14 4 43 121
Binary 11100000 11000001 10111111 0 1110 1111 1100 100 100011 1010001

Color Harmonies of #E0C1BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0C1BF

Black with #E0C1BF

Text Example


Text Example

White with #E0C1BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0C1BF; }

 p { color: rgb(224,193,191); }

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

background-color css

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

 a { background-color: rgb(224,193,191); }

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

border-color css

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

 span { border-color: rgb(224,193,191); }

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