#DC888D

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

Shades of Carissma #DC888D

Tints of Carissma #DC888D

Color information

#DC888D (or 0xDC888D) is unknown color: approx Carissma. HEX triplet: DC, 88 and 8D. RGB value is (220,136,141). Sum of RGB (Red+Green+Blue) = 220+136+141=497 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.27% from 497); Green value is 136 (53.52% from 255 or 27.36% from 497); Blue value is 141 (55.47% from 255 or 28.37% from 497); Max value from RGB is 220 - color contains mainly: red. Hex color #DC888D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC888D is #237772. Grayscale: #A1A1A1. Windows color (decimal): -2324339 or 9275612. OLE color: 9275612.

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

Color convert

RGB220136141-
CMYK00.380.360.14
HSL356.43º54.55%69.8%-
HSV(B)356.43º38.18%86.27%-
XYZ43.1334.7529.63-
YUV161.69116.33169.59-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.27%
GREEN value IS 136 (53.52% from 255) = 27.36%
BLUE value IS 141 (55.47% from 255) = 28.37%
R=44.27%
G=27.36%
B=28.37%

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
Decimal22013614100.380.360.14356.4354.5569.8
HexDC888D02624E1643746
Octal334210215046441654467106
Binary110111001000100010001101010011010010011101011001001101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC888D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC888D; }

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

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

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

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

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

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

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

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