#DC898C

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

Shades of Carissma #DC898C

Tints of Carissma #DC898C

Color information

#DC898C (or 0xDC898C) is unknown color: approx Carissma. HEX triplet: DC, 89 and 8C. RGB value is (220,137,140). Sum of RGB (Red+Green+Blue) = 220+137+140=497 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.27% from 497); Green value is 137 (53.91% from 255 or 27.57% from 497); Blue value is 140 (55.08% from 255 or 28.17% from 497); Max value from RGB is 220 - color contains mainly: red. Hex color #DC898C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC898C is #237673. Grayscale: #A2A2A2. Windows color (decimal): -2324084 or 9210332. OLE color: 9210332.

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

Color convert

RGB220137140-
CMYK00.380.360.14
HSL357.83º54.25%70%-
HSV(B)357.83º37.73%86.27%-
XYZ43.193529.29-
YUV162.16115.5169.26-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.27%
GREEN value IS 137 (53.91% from 255) = 27.57%
BLUE value IS 140 (55.08% from 255) = 28.17%
R=44.27%
G=27.57%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.36
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013714000.380.360.14357.8354.2570
HexDC898C02624E1663646
Octal334211214046441654666106
Binary110111001000100110001100010011010010011101011001101101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC898C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC898C; }

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

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

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

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

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

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

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

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