#DC8C93

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

Shades of Carissma #DC8C93

Tints of Carissma #DC8C93

Color information

#DC8C93 (or 0xDC8C93) is unknown color: approx Carissma. HEX triplet: DC, 8C and 93. RGB value is (220,140,147). Sum of RGB (Red+Green+Blue) = 220+140+147=507 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.39% from 507); Green value is 140 (55.08% from 255 or 27.61% from 507); Blue value is 147 (57.81% from 255 or 28.99% from 507); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8C93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8C93 is #23736C. Grayscale: #A4A4A4. Windows color (decimal): -2323309 or 9669852. OLE color: 9669852.

HSL color Cylindrical-coordinate representation of color #DC8C93: hue angle of 354.75º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DC8C93 is Cyan = 0, Magento = 0.36, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB220140147-
CMYK00.360.330.14
HSL354.75º53.33%70.59%-
HSV(B)354.75º36.36%86.27%-
XYZ44.1636.0832.24-
YUV164.72118167.43-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.39%
GREEN value IS 140 (55.08% from 255) = 27.61%
BLUE value IS 147 (57.81% from 255) = 28.99%
R=43.39%
G=27.61%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014014700.360.330.14354.7553.3370.59
HexDC8C9302421E1633547
Octal334214223044411654365107
Binary110111001000110010010011010010010000111101011000111101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8C93; }

 p { color: rgb(220,140,147); }

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

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

 a { background-color: rgb(220,140,147); }

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

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

 span { border-color: rgb(220,140,147); }

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