#DC8689

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

Shades of Carissma #DC8689

Tints of Carissma #DC8689

Color information

#DC8689 (or 0xDC8689) is unknown color: approx Carissma. HEX triplet: DC, 86 and 89. RGB value is (220,134,137). Sum of RGB (Red+Green+Blue) = 220+134+137=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 134 (52.73% from 255 or 27.29% from 491); Blue value is 137 (53.91% from 255 or 27.90% from 491); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8689 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8689 is #237976. Grayscale: #A0A0A0. Windows color (decimal): -2324855 or 9012956. OLE color: 9012956.

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

Color convert

RGB220134137-
CMYK00.390.380.14
HSL357.91º55.13%69.41%-
HSV(B)357.91º39.09%86.27%-
XYZ42.5634.0728-
YUV160.06114.99170.76-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.81%
GREEN value IS 134 (52.73% from 255) = 27.29%
BLUE value IS 137 (53.91% from 255) = 27.90%
R=44.81%
G=27.29%
B=27.90%

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
Decimal22013413700.390.380.14357.9155.1369.41
HexDC868902726E1663745
Octal334206211047461654667105
Binary110111001000011010001001010011110011011101011001101101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8689; }

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

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

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

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

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

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

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

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