#DC8595

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

Shades of Carissma #DC8595

Tints of Carissma #DC8595

Color information

#DC8595 (or 0xDC8595) is unknown color: approx Carissma. HEX triplet: DC, 85 and 95. RGB value is (220,133,149). Sum of RGB (Red+Green+Blue) = 220+133+149=502 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.82% from 502); Green value is 133 (52.34% from 255 or 26.49% from 502); Blue value is 149 (58.59% from 255 or 29.68% from 502); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8595 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8595 is #237A6A. Grayscale: #A0A0A0. Windows color (decimal): -2325099 or 9799132. OLE color: 9799132.

HSL color Cylindrical-coordinate representation of color #DC8595: hue angle of 348.97º degrees, saturation: 0.55, 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 #DC8595 is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB220133149-
CMYK00.400.320.14
HSL348.97º55.41%69.22%-
HSV(B)348.97º39.55%86.27%-
XYZ43.3334.1632.74-
YUV160.84121.32170.2-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.82%
GREEN value IS 133 (52.34% from 255) = 26.49%
BLUE value IS 149 (58.59% from 255) = 29.68%
R=43.82%
G=26.49%
B=29.68%

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
Decimal22013314900.400.320.14348.9755.4169.22
HexDC859502820E15d3745
Octal334205225050401653567105
Binary110111001000010110010101010100010000011101010111011101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8595; }

 p { color: rgb(220,133,149); }

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

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

 a { background-color: rgb(220,133,149); }

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

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

 span { border-color: rgb(220,133,149); }

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