#DCC0BD

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

Shades of Cavern Pink #DCC0BD

Tints of Cavern Pink #DCC0BD

Color information

#DCC0BD (or 0xDCC0BD) is unknown color: approx Cavern Pink. HEX triplet: DC, C0 and BD. RGB value is (220,192,189). Sum of RGB (Red+Green+Blue) = 220+192+189=601 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.61% from 601); Green value is 192 (75.39% from 255 or 31.95% from 601); Blue value is 189 (74.22% from 255 or 31.45% from 601); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC0BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC0BD is #233F42. Grayscale: #C8C8C8. Windows color (decimal): -2309955 or 12435676. OLE color: 12435676.

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

Color convert

RGB220192189-
CMYK00.130.140.14
HSL5.81º30.69%80.2%-
HSV(B)5.81º14.09%86.27%-
XYZ57.5556.5956.03-
YUV200.03121.78142.24-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.61%
GREEN value IS 192 (75.39% from 255) = 31.95%
BLUE value IS 189 (74.22% from 255) = 31.45%
R=36.61%
G=31.95%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019218900.130.140.145.8130.6980.2
HexDCC0BD0DEE61f50
Octal3343002750151616637120
Binary1101110011000000101111010110111101110110111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC0BD; }

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

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

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

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

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

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

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

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