#DCC0BA

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

Shades of Cavern Pink #DCC0BA

Tints of Cavern Pink #DCC0BA

Color information

#DCC0BA (or 0xDCC0BA) is unknown color: approx Cavern Pink. HEX triplet: DC, C0 and BA. RGB value is (220,192,186). Sum of RGB (Red+Green+Blue) = 220+192+186=598 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.79% from 598); Green value is 192 (75.39% from 255 or 32.11% from 598); Blue value is 186 (73.05% from 255 or 31.10% from 598); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC0BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC0BA is #233F45. Grayscale: #C7C7C7. Windows color (decimal): -2309958 or 12239068. OLE color: 12239068.

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

Color convert

RGB220192186-
CMYK00.130.150.14
HSL10.59º32.69%79.61%-
HSV(B)10.59º15.45%86.27%-
XYZ57.2356.4654.34-
YUV199.69120.28142.49-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.79%
GREEN value IS 192 (75.39% from 255) = 32.11%
BLUE value IS 186 (73.05% from 255) = 31.10%
R=36.79%
G=32.11%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019218600.130.150.1410.5932.6979.61
HexDCC0BA0DFEb2150
Octal33430027201517161341120
Binary110111001100000010111010011011111111010111000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC0BA; }

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

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

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

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

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

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

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

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