Html Css Color HEX #E2C1BD Cavern Pink

📋 copy color: '#E2C1BD'

red 226 ◦ green 193 ◦ blue 189

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

Shades of Cavern Pink #E2C1BD

Tints of Cavern Pink #E2C1BD

RGB

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

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

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

R = 37.17%
G = 31.74%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#E2C1BD (or 0xE2C1BD) is known color: Cavern Pink. HEX triplet: E2, C1 and BD. RGB value is (226,193,189). Sum of RGB (Red+Green+Blue) = 226+193+189=608 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.17% from 608); Green value is 193 (75.78% from 255 or 31.74% from 608); Blue value is 189 (74.22% from 255 or 31.09% from 608); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C1BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2C1BD is #1D3E42. Grayscale: #CACACA. Windows color (decimal): -1916483 or 12435938. OLE color: 12435938.

HSL color Cylindrical-coordinate representation of color #E2C1BD: hue angle of 6.49º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E2C1BD is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 193 189 -
CMYK 0 0.15 0.16 0.11
HSL 6.49º 0.39% 0.81% -
HSV(B) 6.49º 0.16% 0.89% -
XYZ 59.62 57.98 56.19 -
YUV 202.41 120.43 144.83 -
System Red Green Blue C M Y K H S L
Decimal 226 193 189 0 0.15 0.16 0.11 6.49 0.39 0.81
Hex E2 C1 BD 0 F 10 B 6 27 51
Octal 342 301 275 0 17 20 13 6 47 121
Binary 11100010 11000001 10111101 0 1111 10000 1011 110 100111 1010001

Color Harmonies of #E2C1BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2C1BD

Black with #E2C1BD

Text Example


Text Example

White with #E2C1BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2C1BD; }

 p { color: rgb(226,193,189); }

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

background-color css

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

 a { background-color: rgb(226,193,189); }

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

border-color css

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

 span { border-color: rgb(226,193,189); }

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