Html Css Color HEX #E0BFBC Cavern Pink

📋 copy color: '#E0BFBC'

red 224 ◦ green 191 ◦ blue 188

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

Shades of Cavern Pink #E0BFBC

Tints of Cavern Pink #E0BFBC

RGB

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

 GREEN value IS 191 (75% from 255) = 31.67%

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

R = 37.15%
G = 31.67%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E0BFBC (or 0xE0BFBC) is known color: Cavern Pink. HEX triplet: E0, BF and BC. RGB value is (224,191,188). Sum of RGB (Red+Green+Blue) = 224+191+188=603 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.15% from 603); Green value is 191 (75% from 255 or 31.67% from 603); Blue value is 188 (73.83% from 255 or 31.18% from 603); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BFBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BFBC is #1F4043. Grayscale: #C8C8C8. Windows color (decimal): -2048068 or 12369888. OLE color: 12369888.

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

Color convert

RGB 224 191 188 -
CMYK 0 0.15 0.16 0.12
HSL 0.37% 0.81% -
HSV(B) 0.16% 0.88% -
XYZ 58.45 56.74 55.45 -
YUV 200.53 120.93 144.74 -
System Red Green Blue C M Y K H S L
Decimal 224 191 188 0 0.15 0.16 0.12 5 0.37 0.81
Hex E0 BF BC 0 F 10 C 5 25 51
Octal 340 277 274 0 17 20 14 5 45 121
Binary 11100000 10111111 10111100 0 1111 10000 1100 101 100101 1010001

Color Harmonies of #E0BFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BFBC

Black with #E0BFBC

Text Example


Text Example

White with #E0BFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BFBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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