#DC8788

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

Shades of Carissma #DC8788

Tints of Carissma #DC8788

Color information

#DC8788 (or 0xDC8788) is unknown color: approx Carissma. HEX triplet: DC, 87 and 88. RGB value is (220,135,136). Sum of RGB (Red+Green+Blue) = 220+135+136=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 135 (53.12% from 255 or 27.49% from 491); Blue value is 136 (53.52% from 255 or 27.70% from 491); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8788 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8788 is #237877. Grayscale: #A0A0A0. Windows color (decimal): -2324600 or 8947676. OLE color: 8947676.

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

Color convert

RGB220135136-
CMYK00.390.380.14
HSL359.29º54.84%69.61%-
HSV(B)359.29º38.64%86.27%-
XYZ42.6234.3227.67-
YUV160.53114.16170.42-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.81%
GREEN value IS 135 (53.12% from 255) = 27.49%
BLUE value IS 136 (53.52% from 255) = 27.70%
R=44.81%
G=27.49%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013513600.390.380.14359.2954.8469.61
HexDC878802726E1673746
Octal334207210047461654767106
Binary110111001000011110001000010011110011011101011001111101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8788; }

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

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

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

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

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

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

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

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