#DCC0BC

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

Shades of Cavern Pink #DCC0BC

Tints of Cavern Pink #DCC0BC

Color information

#DCC0BC (or 0xDCC0BC) is unknown color: approx Cavern Pink. HEX triplet: DC, C0 and BC. RGB value is (220,192,188). Sum of RGB (Red+Green+Blue) = 220+192+188=600 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.67% from 600); Green value is 192 (75.39% from 255 or 32% from 600); Blue value is 188 (73.83% from 255 or 31.33% from 600); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC0BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC0BC is #233F43. Grayscale: #C7C7C7. Windows color (decimal): -2309956 or 12370140. OLE color: 12370140.

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

Color convert

RGB220192188-
CMYK00.130.150.14
HSL7.5º31.37%80%-
HSV(B)7.5º14.55%86.27%-
XYZ57.4456.5555.46-
YUV199.92121.28142.33-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.67%
GREEN value IS 192 (75.39% from 255) = 32%
BLUE value IS 188 (73.83% from 255) = 31.33%
R=36.67%
G=32%
B=31.33%

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
Decimal22019218800.130.150.147.531.3780
HexDCC0BC0DFE81f50
Octal33430027401517161037120
Binary11011100110000001011110001101111111101000111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC0BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC0BC; }

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

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

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

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

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

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

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

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