Html Css Color HEX #E6B6AF Cavern Pink

📋 copy color: '#E6B6AF'

red 230 ◦ green 182 ◦ blue 175

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

Shades of Cavern Pink #E6B6AF

Tints of Cavern Pink #E6B6AF

RGB

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

 GREEN value IS 182 (71.48% from 255) = 31.01%

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

R = 39.18%
G = 31.01%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#E6B6AF (or 0xE6B6AF) is known color: Cavern Pink. HEX triplet: E6, B6 and AF. RGB value is (230,182,175). Sum of RGB (Red+Green+Blue) = 230+182+175=587 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.18% from 587); Green value is 182 (71.48% from 255 or 31.01% from 587); Blue value is 175 (68.75% from 255 or 29.81% from 587); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B6AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6B6AF is #194950. Grayscale: #C3C3C3. Windows color (decimal): -1657169 or 11515622. OLE color: 11515622.

HSL color Cylindrical-coordinate representation of color #E6B6AF: hue angle of 7.64º degrees, saturation: 0.52, 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 #E6B6AF is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 182 175 -
CMYK 0 0.21 0.24 0.10
HSL 7.64º 0.52% 0.79% -
HSV(B) 7.64º 0.24% 0.9% -
XYZ 57.1 53.37 47.85 -
YUV 195.55 116.4 152.57 -
System Red Green Blue C M Y K H S L
Decimal 230 182 175 0 0.21 0.24 0.10 7.64 0.52 0.79
Hex E6 B6 AF 0 15 18 A 8 34 4F
Octal 346 266 257 0 25 30 12 10 64 117
Binary 11100110 10110110 10101111 0 10101 11000 1010 1000 110100 1001111

Color Harmonies of #E6B6AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B6AF

Black with #E6B6AF

Text Example


Text Example

White with #E6B6AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B6AF; }

 p { color: rgb(230,182,175); }

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

background-color css

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

 a { background-color: rgb(230,182,175); }

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

border-color css

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

 span { border-color: rgb(230,182,175); }

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