#DC868C

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

Shades of Carissma #DC868C

Tints of Carissma #DC868C

Color information

#DC868C (or 0xDC868C) is unknown color: approx Carissma. HEX triplet: DC, 86 and 8C. RGB value is (220,134,140). Sum of RGB (Red+Green+Blue) = 220+134+140=494 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.53% from 494); Green value is 134 (52.73% from 255 or 27.13% from 494); Blue value is 140 (55.08% from 255 or 28.34% from 494); Max value from RGB is 220 - color contains mainly: red. Hex color #DC868C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC868C is #237973. Grayscale: #A0A0A0. Windows color (decimal): -2324852 or 9209564. OLE color: 9209564.

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

Color convert

RGB220134140-
CMYK00.390.360.14
HSL355.81º55.13%69.41%-
HSV(B)355.81º39.09%86.27%-
XYZ42.7734.1629.15-
YUV160.4116.49170.51-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.53%
GREEN value IS 134 (52.73% from 255) = 27.13%
BLUE value IS 140 (55.08% from 255) = 28.34%
R=44.53%
G=27.13%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.36
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013414000.390.360.14355.8155.1369.41
HexDC868C02724E1643745
Octal334206214047441654467105
Binary110111001000011010001100010011110010011101011001001101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC868C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC868C; }

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

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

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

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

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

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

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

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