#DC8186

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

Shades of Carissma #DC8186

Tints of Carissma #DC8186

Color information

#DC8186 (or 0xDC8186) is unknown color: approx Carissma. HEX triplet: DC, 81 and 86. RGB value is (220,129,134). Sum of RGB (Red+Green+Blue) = 220+129+134=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 129 (50.78% from 255 or 26.71% from 483); Blue value is 134 (52.73% from 255 or 27.74% from 483); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8186 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8186 is #237E79. Grayscale: #9C9C9C. Windows color (decimal): -2326138 or 8815068. OLE color: 8815068.

HSL color Cylindrical-coordinate representation of color #DC8186: hue angle of 356.7º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DC8186 is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB220129134-
CMYK00.410.390.14
HSL356.7º56.52%68.43%-
HSV(B)356.7º41.36%86.27%-
XYZ41.6732.6426.66-
YUV156.78115.15173.09-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.55%
GREEN value IS 129 (50.78% from 255) = 26.71%
BLUE value IS 134 (52.73% from 255) = 27.74%
R=45.55%
G=26.71%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.39
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012913400.410.390.14356.756.5268.43
HexDC818602927E1653944
Octal334201206051471654571104
Binary110111001000000110000110010100110011111101011001011110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8186; }

 p { color: rgb(220,129,134); }

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

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

 a { background-color: rgb(220,129,134); }

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

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

 span { border-color: rgb(220,129,134); }

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