Html Css Color HEX #E0B2AC Cavern Pink

📋 copy color: '#E0B2AC'

red 224 ◦ green 178 ◦ blue 172

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

Shades of Cavern Pink #E0B2AC

Tints of Cavern Pink #E0B2AC

RGB

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

 GREEN value IS 178 (69.92% from 255) = 31.01%

 BLUE value IS 172 (67.58% from 255) = 29.97%

R = 39.02%
G = 31.01%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E0B2AC (or 0xE0B2AC) is known color: Cavern Pink. HEX triplet: E0, B2 and AC. RGB value is (224,178,172). Sum of RGB (Red+Green+Blue) = 224+178+172=574 (76% of max value = 765). Red value is 224 (87.89% from 255 or 39.02% from 574); Green value is 178 (69.92% from 255 or 31.01% from 574); Blue value is 172 (67.58% from 255 or 29.97% from 574); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B2AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0B2AC is #1F4D53. Grayscale: #BFBFBF. Windows color (decimal): -2051412 or 11317984. OLE color: 11317984.

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

Color convert

RGB 224 178 172 -
CMYK 0 0.21 0.23 0.12
HSL 6.92º 0.46% 0.78% -
HSV(B) 6.92º 0.23% 0.88% -
XYZ 54.11 50.67 45.96 -
YUV 191.07 117.24 151.49 -
System Red Green Blue C M Y K H S L
Decimal 224 178 172 0 0.21 0.23 0.12 6.92 0.46 0.78
Hex E0 B2 AC 0 15 17 C 7 2E 4E
Octal 340 262 254 0 25 27 14 7 56 116
Binary 11100000 10110010 10101100 0 10101 10111 1100 111 101110 1001110

Color Harmonies of #E0B2AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B2AC

Black with #E0B2AC

Text Example


Text Example

White with #E0B2AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B2AC; }

 p { color: rgb(224,178,172); }

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

background-color css

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

 a { background-color: rgb(224,178,172); }

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

border-color css

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

 span { border-color: rgb(224,178,172); }

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