#DCBABA

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

Shades of Cavern Pink #DCBABA

Tints of Cavern Pink #DCBABA

Color information

#DCBABA (or 0xDCBABA) is unknown color: approx Cavern Pink. HEX triplet: DC, BA and BA. RGB value is (220,186,186). Sum of RGB (Red+Green+Blue) = 220+186+186=592 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.16% from 592); Green value is 186 (73.05% from 255 or 31.42% from 592); Blue value is 186 (73.05% from 255 or 31.42% from 592); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBABA is #234545. Grayscale: #C4C4C4. Windows color (decimal): -2311494 or 12237532. OLE color: 12237532.

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

Color convert

RGB220186186-
CMYK00.150.150.14
HSL32.69%79.61%-
HSV(B)15.45%86.27%-
XYZ55.9453.8853.91-
YUV196.17122.26145-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.16%
GREEN value IS 186 (73.05% from 255) = 31.42%
BLUE value IS 186 (73.05% from 255) = 31.42%
R=37.16%
G=31.42%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018618600.150.150.14032.6979.61
HexDCBABA0FFE02150
Octal3342722720171716041120
Binary110111001011101010111010011111111111001000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBABA; }

 p { color: rgb(220,186,186); }

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

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

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

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

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

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

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