Html Css Color HEX #E6B7AE Cavern Pink

📋 copy color: '#E6B7AE'

red 230 ◦ green 183 ◦ blue 174

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

Shades of Cavern Pink #E6B7AE

Tints of Cavern Pink #E6B7AE

RGB

 RED value IS 230 (90.23% from 255) = 39.18%

 GREEN value IS 183 (71.88% from 255) = 31.18%

 BLUE value IS 174 (68.36% from 255) = 29.64%

R = 39.18%
G = 31.18%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#E6B7AE (or 0xE6B7AE) is known color: Cavern Pink. HEX triplet: E6, B7 and AE. RGB value is (230,183,174). Sum of RGB (Red+Green+Blue) = 230+183+174=587 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.18% from 587); Green value is 183 (71.88% from 255 or 31.18% from 587); Blue value is 174 (68.36% from 255 or 29.64% from 587); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B7AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6B7AE is #194851. Grayscale: #C4C4C4. Windows color (decimal): -1656914 or 11450342. OLE color: 11450342.

HSL color Cylindrical-coordinate representation of color #E6B7AE: hue angle of 9.64º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E6B7AE is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 183 174 -
CMYK 0 0.20 0.24 0.10
HSL 9.64º 0.53% 0.79% -
HSV(B) 9.64º 0.24% 0.9% -
XYZ 57.21 53.75 47.4 -
YUV 196.03 115.57 152.23 -
System Red Green Blue C M Y K H S L
Decimal 230 183 174 0 0.20 0.24 0.10 9.64 0.53 0.79
Hex E6 B7 AE 0 14 18 A A 35 4F
Octal 346 267 256 0 24 30 12 12 65 117
Binary 11100110 10110111 10101110 0 10100 11000 1010 1010 110101 1001111

Color Harmonies of #E6B7AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B7AE

Black with #E6B7AE

Text Example


Text Example

White with #E6B7AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B7AE; }

 p { color: rgb(230,183,174); }

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

background-color css

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

 a { background-color: rgb(230,183,174); }

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

border-color css

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

 span { border-color: rgb(230,183,174); }

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