#DCBAB0

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

Shades of Cavern Pink #DCBAB0

Tints of Cavern Pink #DCBAB0

Color information

#DCBAB0 (or 0xDCBAB0) is unknown color: approx Cavern Pink. HEX triplet: DC, BA and B0. RGB value is (220,186,176). Sum of RGB (Red+Green+Blue) = 220+186+176=582 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.80% from 582); Green value is 186 (73.05% from 255 or 31.96% from 582); Blue value is 176 (69.14% from 255 or 30.24% from 582); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBAB0 is #23454F. Grayscale: #C3C3C3. Windows color (decimal): -2311504 or 11582172. OLE color: 11582172.

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

Color convert

RGB220186176-
CMYK00.150.20.14
HSL13.64º38.6%77.65%-
HSV(B)13.64º20%86.27%-
XYZ54.9153.4748.5-
YUV195.03117.26145.81-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.80%
GREEN value IS 186 (73.05% from 255) = 31.96%
BLUE value IS 176 (69.14% from 255) = 30.24%
R=37.80%
G=31.96%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.2
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018617600.150.20.1413.6438.677.65
HexDCBAB00F14Ee274e
Octal33427226001724161647116
Binary1101110010111010101100000111110100111011101001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBAB0; }

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

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

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

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

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

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

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

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