Html Css Color HEX #E0BCAF Cavern Pink

📋 copy color: '#E0BCAF'

red 224 ◦ green 188 ◦ blue 175

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

Shades of Cavern Pink #E0BCAF

Tints of Cavern Pink #E0BCAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 29.81%

R = 38.16%
G = 32.03%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E0BCAF (or 0xE0BCAF) is known color: Cavern Pink. HEX triplet: E0, BC and AF. RGB value is (224,188,175). Sum of RGB (Red+Green+Blue) = 224+188+175=587 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.16% from 587); Green value is 188 (73.83% from 255 or 32.03% from 587); Blue value is 175 (68.75% from 255 or 29.81% from 587); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BCAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0BCAF is #1F4350. Grayscale: #C5C5C5. Windows color (decimal): -2048849 or 11517152. OLE color: 11517152.

HSL color Cylindrical-coordinate representation of color #E0BCAF: hue angle of 15.92º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E0BCAF is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 188 175 -
CMYK 0 0.16 0.22 0.12
HSL 15.92º 0.44% 0.78% -
HSV(B) 15.92º 0.22% 0.88% -
XYZ 56.46 54.91 48.18 -
YUV 197.28 115.43 147.06 -
System Red Green Blue C M Y K H S L
Decimal 224 188 175 0 0.16 0.22 0.12 15.92 0.44 0.78
Hex E0 BC AF 0 10 16 C 10 2C 4E
Octal 340 274 257 0 20 26 14 20 54 116
Binary 11100000 10111100 10101111 0 10000 10110 1100 10000 101100 1001110

Color Harmonies of #E0BCAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BCAF

Black with #E0BCAF

Text Example


Text Example

White with #E0BCAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BCAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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