#DC8690

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

Shades of Carissma #DC8690

Tints of Carissma #DC8690

Color information

#DC8690 (or 0xDC8690) is unknown color: approx Carissma. HEX triplet: DC, 86 and 90. RGB value is (220,134,144). Sum of RGB (Red+Green+Blue) = 220+134+144=498 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.18% from 498); Green value is 134 (52.73% from 255 or 26.91% from 498); Blue value is 144 (56.64% from 255 or 28.92% from 498); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8690 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8690 is #23796F. Grayscale: #A0A0A0. Windows color (decimal): -2324848 or 9471708. OLE color: 9471708.

HSL color Cylindrical-coordinate representation of color #DC8690: hue angle of 353.02º 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 #DC8690 is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB220134144-
CMYK00.390.350.14
HSL353.02º55.13%69.41%-
HSV(B)353.02º39.09%86.27%-
XYZ43.0734.2830.73-
YUV160.85118.49170.19-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.18%
GREEN value IS 134 (52.73% from 255) = 26.91%
BLUE value IS 144 (56.64% from 255) = 28.92%
R=44.18%
G=26.91%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013414400.390.350.14353.0255.1369.41
HexDC869002723E1613745
Octal334206220047431654167105
Binary110111001000011010010000010011110001111101011000011101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8690; }

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

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

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

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

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

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

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

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