#DC9C88

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

Shades of Tonys Pink #DC9C88

Tints of Tonys Pink #DC9C88

Color information

#DC9C88 (or 0xDC9C88) is unknown color: approx Tonys Pink. HEX triplet: DC, 9C and 88. RGB value is (220,156,136). Sum of RGB (Red+Green+Blue) = 220+156+136=512 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.97% from 512); Green value is 156 (61.33% from 255 or 30.47% from 512); Blue value is 136 (53.52% from 255 or 26.56% from 512); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9C88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9C88 is #236377. Grayscale: #ADADAD. Windows color (decimal): -2319224 or 8953052. OLE color: 8953052.

HSL color Cylindrical-coordinate representation of color #DC9C88: hue angle of 14.29º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DC9C88 is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB220156136-
CMYK00.290.380.14
HSL14.29º54.55%69.8%-
HSV(B)14.29º38.18%86.27%-
XYZ45.8540.7728.75-
YUV172.86107.2161.63-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.97%
GREEN value IS 156 (61.33% from 255) = 30.47%
BLUE value IS 136 (53.52% from 255) = 26.56%
R=42.97%
G=30.47%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015613600.290.380.1414.2954.5569.8
HexDC9C8801D26Ee3746
Octal33423421003546161667106
Binary110111001001110010001000011101100110111011101101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9C88; }

 p { color: rgb(220,156,136); }

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

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

 a { background-color: rgb(220,156,136); }

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

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

 span { border-color: rgb(220,156,136); }

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