#DBC0BA

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

Shades of Cavern Pink #DBC0BA

Tints of Cavern Pink #DBC0BA

Color information

#DBC0BA (or 0xDBC0BA) is unknown color: approx Cavern Pink. HEX triplet: DB, C0 and BA. RGB value is (219,192,186). Sum of RGB (Red+Green+Blue) = 219+192+186=597 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.68% from 597); Green value is 192 (75.39% from 255 or 32.16% from 597); Blue value is 186 (73.05% from 255 or 31.16% from 597); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC0BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC0BA is #243F45. Grayscale: #C7C7C7. Windows color (decimal): -2375494 or 12239067. OLE color: 12239067.

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

Color convert

RGB219192186-
CMYK00.120.150.14
HSL10.91º31.43%79.41%-
HSV(B)10.91º15.07%85.88%-
XYZ56.9356.354.32-
YUV199.39120.45141.99-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.68%
GREEN value IS 192 (75.39% from 255) = 32.16%
BLUE value IS 186 (73.05% from 255) = 31.16%
R=36.68%
G=32.16%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919218600.120.150.1410.9131.4379.41
HexDBC0BA0CFEb1f4f
Octal33330027201417161337117
Binary11011011110000001011101001100111111101011111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC0BA; }

 p { color: rgb(219,192,186); }

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

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

 a { background-color: rgb(219,192,186); }

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

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

 span { border-color: rgb(219,192,186); }

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