#DCBCB7

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

Shades of Cavern Pink #DCBCB7

Tints of Cavern Pink #DCBCB7

Color information

#DCBCB7 (or 0xDCBCB7) is unknown color: approx Cavern Pink. HEX triplet: DC, BC and B7. RGB value is (220,188,183). Sum of RGB (Red+Green+Blue) = 220+188+183=591 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.23% from 591); Green value is 188 (73.83% from 255 or 31.81% from 591); Blue value is 183 (71.88% from 255 or 30.96% from 591); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBCB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBCB7 is #234348. Grayscale: #C5C5C5. Windows color (decimal): -2310985 or 12041436. OLE color: 12041436.

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

Color convert

RGB220188183-
CMYK00.150.170.14
HSL8.11º34.58%79.02%-
HSV(B)8.11º16.82%86.27%-
XYZ56.0554.652.38-
YUV197120.1144.41-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.23%
GREEN value IS 188 (73.83% from 255) = 31.81%
BLUE value IS 183 (71.88% from 255) = 30.96%
R=37.23%
G=31.81%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018818300.150.170.148.1134.5879.02
HexDCBCB70F11E8234f
Octal33427426701721161043117
Binary1101110010111100101101110111110001111010001000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBCB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBCB7; }

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

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

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

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

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

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

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

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