#DC888E

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

Shades of Carissma #DC888E

Tints of Carissma #DC888E

Color information

#DC888E (or 0xDC888E) is unknown color: approx Carissma. HEX triplet: DC, 88 and 8E. RGB value is (220,136,142). Sum of RGB (Red+Green+Blue) = 220+136+142=498 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.18% from 498); Green value is 136 (53.52% from 255 or 27.31% from 498); Blue value is 142 (55.86% from 255 or 28.51% from 498); Max value from RGB is 220 - color contains mainly: red. Hex color #DC888E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC888E is #237771. Grayscale: #A1A1A1. Windows color (decimal): -2324338 or 9341148. OLE color: 9341148.

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

Color convert

RGB220136142-
CMYK00.380.350.14
HSL355.71º54.55%69.8%-
HSV(B)355.71º38.18%86.27%-
XYZ43.234.7830.03-
YUV161.8116.83169.51-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.18%
GREEN value IS 136 (53.52% from 255) = 27.31%
BLUE value IS 142 (55.86% from 255) = 28.51%
R=44.18%
G=27.31%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013614200.380.350.14355.7154.5569.8
HexDC888E02623E1643746
Octal334210216046431654467106
Binary110111001000100010001110010011010001111101011001001101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC888E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC888E; }

 p { color: rgb(220,136,142); }

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

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

 a { background-color: rgb(220,136,142); }

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

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

 span { border-color: rgb(220,136,142); }

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