Html Css Color HEX #E7BAAF Cavern Pink

📋 copy color: '#E7BAAF'

red 231 ◦ green 186 ◦ blue 175

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

Shades of Cavern Pink #E7BAAF

Tints of Cavern Pink #E7BAAF

RGB

 RED value IS 231 (90.63% from 255) = 39.02%

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

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

R = 39.02%
G = 31.42%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.24

 K value IS 0.09

RGB Variations

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

Color information

#E7BAAF (or 0xE7BAAF) is known color: Cavern Pink. HEX triplet: E7, BA and AF. RGB value is (231,186,175). Sum of RGB (Red+Green+Blue) = 231+186+175=592 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.02% from 592); Green value is 186 (73.05% from 255 or 31.42% from 592); Blue value is 175 (68.75% from 255 or 29.56% from 592); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BAAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7BAAF is #184550. Grayscale: #C6C6C6. Windows color (decimal): -1590609 or 11516647. OLE color: 11516647.

HSL color Cylindrical-coordinate representation of color #E7BAAF: hue angle of 11.79º degrees, saturation: 0.54, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E7BAAF is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 186 175 -
CMYK 0 0.19 0.24 0.09
HSL 11.79º 0.54% 0.8% -
HSV(B) 11.79º 0.24% 0.91% -
XYZ 58.25 55.2 48.14 -
YUV 198.2 114.91 151.39 -
System Red Green Blue C M Y K H S L
Decimal 231 186 175 0 0.19 0.24 0.09 11.79 0.54 0.8
Hex E7 BA AF 0 13 18 9 C 36 50
Octal 347 272 257 0 23 30 11 14 66 120
Binary 11100111 10111010 10101111 0 10011 11000 1001 1100 110110 1010000

Color Harmonies of #E7BAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7BAAF

Black with #E7BAAF

Text Example


Text Example

White with #E7BAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7BAAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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