Html Css Color HEX #E0C1BD Cavern Pink

📋 copy color: '#E0C1BD'

red 224 ◦ green 193 ◦ blue 189

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

Shades of Cavern Pink #E0C1BD

Tints of Cavern Pink #E0C1BD

RGB

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

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

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

R = 36.96%
G = 31.85%
B = 31.19%

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

#E0C1BD (or 0xE0C1BD) is known color: Cavern Pink. HEX triplet: E0, C1 and BD. RGB value is (224,193,189). Sum of RGB (Red+Green+Blue) = 224+193+189=606 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.96% from 606); Green value is 193 (75.78% from 255 or 31.85% from 606); Blue value is 189 (74.22% from 255 or 31.19% from 606); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C1BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0C1BD is #1F3E42. Grayscale: #C9C9C9. Windows color (decimal): -2047555 or 12435936. OLE color: 12435936.

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

Color convert

RGB 224 193 189 -
CMYK 0 0.14 0.16 0.12
HSL 6.86º 0.36% 0.81% -
HSV(B) 6.86º 0.16% 0.88% -
XYZ 59 57.66 56.16 -
YUV 201.81 120.77 143.83 -
System Red Green Blue C M Y K H S L
Decimal 224 193 189 0 0.14 0.16 0.12 6.86 0.36 0.81
Hex E0 C1 BD 0 E 10 C 7 24 51
Octal 340 301 275 0 16 20 14 7 44 121
Binary 11100000 11000001 10111101 0 1110 10000 1100 111 100100 1010001

Color Harmonies of #E0C1BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0C1BD

Black with #E0C1BD

Text Example


Text Example

White with #E0C1BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0C1BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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