Html Css Color HEX #E6C0B6 Cavern Pink

📋 copy color: '#E6C0B6'

red 230 ◦ green 192 ◦ blue 182

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

Shades of Cavern Pink #E6C0B6

Tints of Cavern Pink #E6C0B6

RGB

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

 GREEN value IS 192 (75.39% from 255) = 31.79%

 BLUE value IS 182 (71.48% from 255) = 30.13%

R = 38.08%
G = 31.79%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.21

 K value IS 0.10

RGB Variations

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

Color information

#E6C0B6 (or 0xE6C0B6) is known color: Cavern Pink. HEX triplet: E6, C0 and B6. RGB value is (230,192,182). Sum of RGB (Red+Green+Blue) = 230+192+182=604 (80% of max value = 765). Red value is 230 (90.23% from 255 or 38.08% from 604); Green value is 192 (75.39% from 255 or 31.79% from 604); Blue value is 182 (71.48% from 255 or 30.13% from 604); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C0B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6C0B6 is #193F49. Grayscale: #CACACA. Windows color (decimal): -1654602 or 11976934. OLE color: 11976934.

HSL color Cylindrical-coordinate representation of color #E6C0B6: hue angle of 12.5º degrees, saturation: 0.49, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E6C0B6 is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 192 182 -
CMYK 0 0.17 0.21 0.10
HSL 12.5º 0.49% 0.81% -
HSV(B) 12.5º 0.21% 0.9% -
XYZ 59.93 57.9 52.27 -
YUV 202.22 116.59 147.81 -
System Red Green Blue C M Y K H S L
Decimal 230 192 182 0 0.17 0.21 0.10 12.5 0.49 0.81
Hex E6 C0 B6 0 11 15 A C 31 51
Octal 346 300 266 0 21 25 12 14 61 121
Binary 11100110 11000000 10110110 0 10001 10101 1010 1100 110001 1010001

Color Harmonies of #E6C0B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6C0B6

Black with #E6C0B6

Text Example


Text Example

White with #E6C0B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6C0B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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