#D78586

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

Shades of Carissma #D78586

Tints of Carissma #D78586

Color information

#D78586 (or 0xD78586) is unknown color: approx Carissma. HEX triplet: D7, 85 and 86. RGB value is (215,133,134). Sum of RGB (Red+Green+Blue) = 215+133+134=482 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.61% from 482); Green value is 133 (52.34% from 255 or 27.59% from 482); Blue value is 134 (52.73% from 255 or 27.80% from 482); Max value from RGB is 215 - color contains mainly: red. Hex color #D78586 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D78586 is #287A79. Grayscale: #9D9D9D. Windows color (decimal): -2652794 or 8816087. OLE color: 8816087.

HSL color Cylindrical-coordinate representation of color #D78586: hue angle of 359.27º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D78586 is Cyan = 0, Magento = 0.38, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB215133134-
CMYK00.380.380.16
HSL359.27º50.62%68.24%-
HSV(B)359.27º38.14%84.31%-
XYZ40.7132.9426.77-
YUV157.63114.67168.92-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.61%
GREEN value IS 133 (52.34% from 255) = 27.59%
BLUE value IS 134 (52.73% from 255) = 27.80%
R=44.61%
G=27.59%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21513313400.380.380.16359.2750.6268.24
HexD7858602626101673344
Octal327205206046462054763104
Binary1101011110000101100001100100110100110100001011001111100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78586; }

 p { color: rgb(215,133,134); }

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

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

 a { background-color: rgb(215,133,134); }

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

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

 span { border-color: rgb(215,133,134); }

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