#DCC1BA

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

Shades of Cavern Pink #DCC1BA

Tints of Cavern Pink #DCC1BA

Color information

#DCC1BA (or 0xDCC1BA) is unknown color: approx Cavern Pink. HEX triplet: DC, C1 and BA. RGB value is (220,193,186). Sum of RGB (Red+Green+Blue) = 220+193+186=599 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.73% from 599); Green value is 193 (75.78% from 255 or 32.22% from 599); Blue value is 186 (73.05% from 255 or 31.05% from 599); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC1BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC1BA is #233E45. Grayscale: #C8C8C8. Windows color (decimal): -2309702 or 12239324. OLE color: 12239324.

HSL color Cylindrical-coordinate representation of color #DCC1BA: hue angle of 12.35º 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 #DCC1BA is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB220193186-
CMYK00.120.150.14
HSL12.35º32.69%79.61%-
HSV(B)12.35º15.45%86.27%-
XYZ57.4556.954.41-
YUV200.28119.95142.07-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.73%
GREEN value IS 193 (75.78% from 255) = 32.22%
BLUE value IS 186 (73.05% from 255) = 31.05%
R=36.73%
G=32.22%
B=31.05%

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
Decimal22019318600.120.150.1412.3532.6979.61
HexDCC1BA0CFEc2150
Octal33430127201417161441120
Binary110111001100000110111010011001111111011001000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC1BA; }

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

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

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

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

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

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

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

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