#DCC0B9

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

Shades of Cavern Pink #DCC0B9

Tints of Cavern Pink #DCC0B9

Color information

#DCC0B9 (or 0xDCC0B9) is unknown color: approx Cavern Pink. HEX triplet: DC, C0 and B9. RGB value is (220,192,185). Sum of RGB (Red+Green+Blue) = 220+192+185=597 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.85% from 597); Green value is 192 (75.39% from 255 or 32.16% from 597); Blue value is 185 (72.66% from 255 or 30.99% from 597); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC0B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC0B9 is #233F46. Grayscale: #C7C7C7. Windows color (decimal): -2309959 or 12173532. OLE color: 12173532.

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

Color convert

RGB220192185-
CMYK00.130.160.14
HSL12º33.33%79.41%-
HSV(B)12º15.91%86.27%-
XYZ57.1256.4253.78-
YUV199.57119.78142.57-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.85%
GREEN value IS 192 (75.39% from 255) = 32.16%
BLUE value IS 185 (72.66% from 255) = 30.99%
R=36.85%
G=32.16%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019218500.130.160.141233.3379.41
HexDCC0B90D10Ec214f
Octal33430027101520161441117
Binary1101110011000000101110010110110000111011001000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC0B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC0B9; }

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

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

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

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

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

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

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

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