Html Css Color HEX #E2BCB7 Cavern Pink

📋 copy color: '#E2BCB7'

red 226 ◦ green 188 ◦ blue 183

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

Shades of Cavern Pink #E2BCB7

Tints of Cavern Pink #E2BCB7

RGB

 RED value IS 226 (88.67% from 255) = 37.86%

 GREEN value IS 188 (73.83% from 255) = 31.49%

 BLUE value IS 183 (71.88% from 255) = 30.65%

R = 37.86%
G = 31.49%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.19

 K value IS 0.11

RGB Variations

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

Color information

#E2BCB7 (or 0xE2BCB7) is known color: Cavern Pink. HEX triplet: E2, BC and B7. RGB value is (226,188,183). Sum of RGB (Red+Green+Blue) = 226+188+183=597 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.86% from 597); Green value is 188 (73.83% from 255 or 31.49% from 597); Blue value is 183 (71.88% from 255 or 30.65% from 597); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BCB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BCB7 is #1D4348. Grayscale: #C6C6C6. Windows color (decimal): -1917769 or 12041442. OLE color: 12041442.

HSL color Cylindrical-coordinate representation of color #E2BCB7: hue angle of 6.98º degrees, saturation: 0.43, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E2BCB7 is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 188 183 -
CMYK 0 0.17 0.19 0.11
HSL 6.98º 0.43% 0.8% -
HSV(B) 6.98º 0.19% 0.89% -
XYZ 57.89 55.55 52.47 -
YUV 198.79 119.09 147.41 -
System Red Green Blue C M Y K H S L
Decimal 226 188 183 0 0.17 0.19 0.11 6.98 0.43 0.8
Hex E2 BC B7 0 11 13 B 7 2B 50
Octal 342 274 267 0 21 23 13 7 53 120
Binary 11100010 10111100 10110111 0 10001 10011 1011 111 101011 1010000

Color Harmonies of #E2BCB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BCB7

Black with #E2BCB7

Text Example


Text Example

White with #E2BCB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BCB7; }

 p { color: rgb(226,188,183); }

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

background-color css

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

 a { background-color: rgb(226,188,183); }

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

border-color css

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

 span { border-color: rgb(226,188,183); }

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