#DC8396

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

Shades of Carissma #DC8396

Tints of Carissma #DC8396

Color information

#DC8396 (or 0xDC8396) is unknown color: approx Carissma. HEX triplet: DC, 83 and 96. RGB value is (220,131,150). Sum of RGB (Red+Green+Blue) = 220+131+150=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 131 (51.56% from 255 or 26.15% from 501); Blue value is 150 (58.98% from 255 or 29.94% from 501); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8396 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8396 is #237C69. Grayscale: #9F9F9F. Windows color (decimal): -2325610 or 9864156. OLE color: 9864156.

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

Color convert

RGB220131150-
CMYK00.400.320.14
HSL347.19º55.97%68.82%-
HSV(B)347.19º40.45%86.27%-
XYZ43.1433.6533.08-
YUV159.78122.49170.96-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.91%
GREEN value IS 131 (51.56% from 255) = 26.15%
BLUE value IS 150 (58.98% from 255) = 29.94%
R=43.91%
G=26.15%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013115000.400.320.14347.1955.9768.82
HexDC839602820E15b3845
Octal334203226050401653370105
Binary110111001000001110010110010100010000011101010110111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8396; }

 p { color: rgb(220,131,150); }

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

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

 a { background-color: rgb(220,131,150); }

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

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

 span { border-color: rgb(220,131,150); }

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