#DCB6B0

Color #DCB6B0 Cavern Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cavern Pink #DCB6B0

Tints of Cavern Pink #DCB6B0

Color information

#DCB6B0 (or 0xDCB6B0) is unknown color: approx Cavern Pink. HEX triplet: DC, B6 and B0. RGB value is (220,182,176). Sum of RGB (Red+Green+Blue) = 220+182+176=578 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.06% from 578); Green value is 182 (71.48% from 255 or 31.49% from 578); Blue value is 176 (69.14% from 255 or 30.45% from 578); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB6B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB6B0 is #23494F. Grayscale: #C0C0C0. Windows color (decimal): -2312528 or 11581148. OLE color: 11581148.

HSL color Cylindrical-coordinate representation of color #DCB6B0: hue angle of 8.18º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCB6B0 is Cyan = 0, Magento = 0.17, Yellow = 0.2 and Black (K on CMYK) = 0.14.

Color convert

RGB220182176-
CMYK00.170.20.14
HSL8.18º38.6%77.65%-
HSV(B)8.18º20%86.27%-
XYZ54.0851.8148.22-
YUV192.68118.59147.49-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.06%
GREEN value IS 182 (71.48% from 255) = 31.49%
BLUE value IS 176 (69.14% from 255) = 30.45%
R=38.06%
G=31.49%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.2
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018217600.170.20.148.1838.677.65
HexDCB6B001114E8274e
Octal33426626002124161047116
Binary11011100101101101011000001000110100111010001001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB6B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB6B0; }

 p { color: rgb(220,182,176); }

 H1.HeaderClassName
 {
   color: #DCB6B0;
 }
 .AnyTagClassName
 {
   color: #DCB6B0;
 }
</style>
background-color css

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

 a { background-color: rgb(220,182,176); }

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

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

 span { border-color: rgb(220,182,176); }

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