#D78688

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

Shades of Carissma #D78688

Tints of Carissma #D78688

Color information

#D78688 (or 0xD78688) is unknown color: approx Carissma. HEX triplet: D7, 86 and 88. RGB value is (215,134,136). Sum of RGB (Red+Green+Blue) = 215+134+136=485 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.33% from 485); Green value is 134 (52.73% from 255 or 27.63% from 485); Blue value is 136 (53.52% from 255 or 28.04% from 485); Max value from RGB is 215 - color contains mainly: red. Hex color #D78688 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D78688 is #287977. Grayscale: #9E9E9E. Windows color (decimal): -2652536 or 8947415. OLE color: 8947415.

HSL color Cylindrical-coordinate representation of color #D78688: hue angle of 358.52º degrees, saturation: 0.5, 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 #D78688 is Cyan = 0, Magento = 0.38, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB215134136-
CMYK00.380.370.16
HSL358.52º50.31%68.43%-
HSV(B)358.52º37.67%84.31%-
XYZ40.9933.2727.55-
YUV158.45115.34168.34-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.33%
GREEN value IS 134 (52.73% from 255) = 27.63%
BLUE value IS 136 (53.52% from 255) = 28.04%
R=44.33%
G=27.63%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21513413600.380.370.16358.5250.3168.43
HexD7868802625101673244
Octal327206210046452054762104
Binary1101011110000110100010000100110100101100001011001111100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78688; }

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

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

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

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

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

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

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

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