#DCBCB5

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

Shades of Cavern Pink #DCBCB5

Tints of Cavern Pink #DCBCB5

Color information

#DCBCB5 (or 0xDCBCB5) is unknown color: approx Cavern Pink. HEX triplet: DC, BC and B5. RGB value is (220,188,181). Sum of RGB (Red+Green+Blue) = 220+188+181=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 188 (73.83% from 255 or 31.92% from 589); Blue value is 181 (71.09% from 255 or 30.73% from 589); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBCB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBCB5 is #23434A. Grayscale: #C4C4C4. Windows color (decimal): -2310987 or 11910364. OLE color: 11910364.

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

Color convert

RGB220188181-
CMYK00.150.180.14
HSL10.77º35.78%78.63%-
HSV(B)10.77º17.73%86.27%-
XYZ55.8454.5251.3-
YUV196.77119.1144.57-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.35%
GREEN value IS 188 (73.83% from 255) = 31.92%
BLUE value IS 181 (71.09% from 255) = 30.73%
R=37.35%
G=31.92%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018818100.150.180.1410.7735.7878.63
HexDCBCB50F12Eb244f
Octal33427426501722161344117
Binary1101110010111100101101010111110010111010111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBCB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBCB5; }

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

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

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

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

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

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

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

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