#DCC1BB

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

Shades of Cavern Pink #DCC1BB

Tints of Cavern Pink #DCC1BB

Color information

#DCC1BB (or 0xDCC1BB) is unknown color: approx Cavern Pink. HEX triplet: DC, C1 and BB. RGB value is (220,193,187). Sum of RGB (Red+Green+Blue) = 220+193+187=600 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.67% from 600); Green value is 193 (75.78% from 255 or 32.17% from 600); Blue value is 187 (73.44% from 255 or 31.17% from 600); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC1BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC1BB is #233E44. Grayscale: #C8C8C8. Windows color (decimal): -2309701 or 12304860. OLE color: 12304860.

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

Color convert

RGB220193187-
CMYK00.120.150.14
HSL10.91º32.04%79.8%-
HSV(B)10.91º15%86.27%-
XYZ57.5556.9454.97-
YUV200.39120.45141.99-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.67%
GREEN value IS 193 (75.78% from 255) = 32.17%
BLUE value IS 187 (73.44% from 255) = 31.17%
R=36.67%
G=32.17%
B=31.17%

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
Decimal22019318700.120.150.1410.9132.0479.8
HexDCC1BB0CFEb2050
Octal33430127301417161340120
Binary110111001100000110111011011001111111010111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC1BB; }

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

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

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

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

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

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

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

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