#DCBCB9

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

Shades of Cavern Pink #DCBCB9

Tints of Cavern Pink #DCBCB9

Color information

#DCBCB9 (or 0xDCBCB9) is unknown color: approx Cavern Pink. HEX triplet: DC, BC and B9. RGB value is (220,188,185). Sum of RGB (Red+Green+Blue) = 220+188+185=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 188 (73.83% from 255 or 31.70% from 593); Blue value is 185 (72.66% from 255 or 31.20% from 593); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBCB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBCB9 is #234346. Grayscale: #C5C5C5. Windows color (decimal): -2310983 or 12172508. OLE color: 12172508.

HSL color Cylindrical-coordinate representation of color #DCBCB9: hue angle of 5.14º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DCBCB9 is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB220188185-
CMYK00.150.160.14
HSL5.14º33.33%79.41%-
HSV(B)5.14º15.91%86.27%-
XYZ56.2654.6853.49-
YUV197.23121.1144.24-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.10%
GREEN value IS 188 (73.83% from 255) = 31.70%
BLUE value IS 185 (72.66% from 255) = 31.20%
R=37.10%
G=31.70%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018818500.150.160.145.1433.3379.41
HexDCBCB90F10E5214f
Octal3342742710172016541117
Binary110111001011110010111001011111000011101011000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBCB9; }

 p { color: rgb(220,188,185); }

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

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

 a { background-color: rgb(220,188,185); }

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

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

 span { border-color: rgb(220,188,185); }

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