Html Css Color HEX #E3BAAF Cavern Pink

📋 copy color: '#E3BAAF'

red 227 ◦ green 186 ◦ blue 175

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

Shades of Cavern Pink #E3BAAF

Tints of Cavern Pink #E3BAAF

RGB

 RED value IS 227 (89.06% from 255) = 38.61%

 GREEN value IS 186 (73.05% from 255) = 31.63%

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

R = 38.61%
G = 31.63%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#E3BAAF (or 0xE3BAAF) is known color: Cavern Pink. HEX triplet: E3, BA and AF. RGB value is (227,186,175). Sum of RGB (Red+Green+Blue) = 227+186+175=588 (77% of max value = 765). Red value is 227 (89.06% from 255 or 38.61% from 588); Green value is 186 (73.05% from 255 or 31.63% from 588); Blue value is 175 (68.75% from 255 or 29.76% from 588); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BAAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3BAAF is #1C4550. Grayscale: #C5C5C5. Windows color (decimal): -1852753 or 11516643. OLE color: 11516643.

HSL color Cylindrical-coordinate representation of color #E3BAAF: hue angle of 12.69º degrees, saturation: 0.48, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E3BAAF is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 186 175 -
CMYK 0 0.18 0.23 0.11
HSL 12.69º 0.48% 0.79% -
HSV(B) 12.69º 0.23% 0.89% -
XYZ 56.98 54.54 48.08 -
YUV 197.01 115.58 149.39 -
System Red Green Blue C M Y K H S L
Decimal 227 186 175 0 0.18 0.23 0.11 12.69 0.48 0.79
Hex E3 BA AF 0 12 17 B D 30 4F
Octal 343 272 257 0 22 27 13 15 60 117
Binary 11100011 10111010 10101111 0 10010 10111 1011 1101 110000 1001111

Color Harmonies of #E3BAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3BAAF

Black with #E3BAAF

Text Example


Text Example

White with #E3BAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3BAAF; }

 p { color: rgb(227,186,175); }

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

background-color css

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

 a { background-color: rgb(227,186,175); }

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

border-color css

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

 span { border-color: rgb(227,186,175); }

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