#DC8789

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

Shades of Carissma #DC8789

Tints of Carissma #DC8789

Color information

#DC8789 (or 0xDC8789) is unknown color: approx Carissma. HEX triplet: DC, 87 and 89. RGB value is (220,135,137). Sum of RGB (Red+Green+Blue) = 220+135+137=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 135 (53.12% from 255 or 27.44% from 492); Blue value is 137 (53.91% from 255 or 27.85% from 492); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8789 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8789 is #237876. Grayscale: #A0A0A0. Windows color (decimal): -2324599 or 9013212. OLE color: 9013212.

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

Color convert

RGB220135137-
CMYK00.390.380.14
HSL358.59º54.84%69.61%-
HSV(B)358.59º38.64%86.27%-
XYZ42.6934.3528.05-
YUV160.64114.66170.34-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.72%
GREEN value IS 135 (53.12% from 255) = 27.44%
BLUE value IS 137 (53.91% from 255) = 27.85%
R=44.72%
G=27.44%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013513700.390.380.14358.5954.8469.61
HexDC878902726E1673746
Octal334207211047461654767106
Binary110111001000011110001001010011110011011101011001111101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8789; }

 p { color: rgb(220,135,137); }

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

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

 a { background-color: rgb(220,135,137); }

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

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

 span { border-color: rgb(220,135,137); }

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