Html Css Color HEX #E0C1BC Cavern Pink

📋 copy color: '#E0C1BC'

red 224 ◦ green 193 ◦ blue 188

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

Shades of Cavern Pink #E0C1BC

Tints of Cavern Pink #E0C1BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 31.07%

R = 37.02%
G = 31.9%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E0C1BC (or 0xE0C1BC) is known color: Cavern Pink. HEX triplet: E0, C1 and BC. RGB value is (224,193,188). Sum of RGB (Red+Green+Blue) = 224+193+188=605 (80% of max value = 765). Red value is 224 (87.89% from 255 or 37.02% from 605); Green value is 193 (75.78% from 255 or 31.90% from 605); Blue value is 188 (73.83% from 255 or 31.07% from 605); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C1BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0C1BC is #1F3E43. Grayscale: #C9C9C9. Windows color (decimal): -2047556 or 12370400. OLE color: 12370400.

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

Color convert

RGB 224 193 188 -
CMYK 0 0.14 0.16 0.12
HSL 8.33º 0.37% 0.81% -
HSV(B) 8.33º 0.16% 0.88% -
XYZ 58.89 57.62 55.59 -
YUV 201.7 120.27 143.91 -
System Red Green Blue C M Y K H S L
Decimal 224 193 188 0 0.14 0.16 0.12 8.33 0.37 0.81
Hex E0 C1 BC 0 E 10 C 8 25 51
Octal 340 301 274 0 16 20 14 10 45 121
Binary 11100000 11000001 10111100 0 1110 10000 1100 1000 100101 1010001

Color Harmonies of #E0C1BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0C1BC

Black with #E0C1BC

Text Example


Text Example

White with #E0C1BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0C1BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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