#DC8687

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

Shades of Carissma #DC8687

Tints of Carissma #DC8687

Color information

#DC8687 (or 0xDC8687) is unknown color: approx Carissma. HEX triplet: DC, 86 and 87. RGB value is (220,134,135). Sum of RGB (Red+Green+Blue) = 220+134+135=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 134 (52.73% from 255 or 27.40% from 489); Blue value is 135 (53.12% from 255 or 27.61% from 489); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8687 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8687 is #237978. Grayscale: #9F9F9F. Windows color (decimal): -2324857 or 8881884. OLE color: 8881884.

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

Color convert

RGB220134135-
CMYK00.390.390.14
HSL359.3º55.13%69.41%-
HSV(B)359.3º39.09%86.27%-
XYZ42.4134.0227.25-
YUV159.83113.99170.92-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.99%
GREEN value IS 134 (52.73% from 255) = 27.40%
BLUE value IS 135 (53.12% from 255) = 27.61%
R=44.99%
G=27.40%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.39
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013413500.390.390.14359.355.1369.41
HexDC868702727E1673745
Octal334206207047471654767105
Binary110111001000011010000111010011110011111101011001111101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8687; }

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

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

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

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

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

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

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

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