Html Css Color HEX #E0BFBD Cavern Pink

📋 copy color: '#E0BFBD'

red 224 ◦ green 191 ◦ blue 189

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

Shades of Cavern Pink #E0BFBD

Tints of Cavern Pink #E0BFBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 31.29%

R = 37.09%
G = 31.62%
B = 31.29%

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

#E0BFBD (or 0xE0BFBD) is known color: Cavern Pink. HEX triplet: E0, BF and BD. RGB value is (224,191,189). Sum of RGB (Red+Green+Blue) = 224+191+189=604 (80% of max value = 765). Red value is 224 (87.89% from 255 or 37.09% from 604); Green value is 191 (75% from 255 or 31.62% from 604); Blue value is 189 (74.22% from 255 or 31.29% from 604); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BFBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BFBD is #1F4042. Grayscale: #C8C8C8. Windows color (decimal): -2048067 or 12435424. OLE color: 12435424.

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

Color convert

RGB 224 191 189 -
CMYK 0 0.15 0.16 0.12
HSL 3.43º 0.36% 0.81% -
HSV(B) 3.43º 0.16% 0.88% -
XYZ 58.56 56.78 56.02 -
YUV 200.64 121.43 144.66 -
System Red Green Blue C M Y K H S L
Decimal 224 191 189 0 0.15 0.16 0.12 3.43 0.36 0.81
Hex E0 BF BD 0 F 10 C 3 24 51
Octal 340 277 275 0 17 20 14 3 44 121
Binary 11100000 10111111 10111101 0 1111 10000 1100 11 100100 1010001

Color Harmonies of #E0BFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BFBD

Black with #E0BFBD

Text Example


Text Example

White with #E0BFBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BFBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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