#D7878A

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

Shades of Carissma #D7878A

Tints of Carissma #D7878A

Color information

#D7878A (or 0xD7878A) is unknown color: approx Carissma. HEX triplet: D7, 87 and 8A. RGB value is (215,135,138). Sum of RGB (Red+Green+Blue) = 215+135+138=488 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.06% from 488); Green value is 135 (53.12% from 255 or 27.66% from 488); Blue value is 138 (54.30% from 255 or 28.28% from 488); Max value from RGB is 215 - color contains mainly: red. Hex color #D7878A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7878A is #287875. Grayscale: #9F9F9F. Windows color (decimal): -2652278 or 9078743. OLE color: 9078743.

HSL color Cylindrical-coordinate representation of color #D7878A: hue angle of 357.75º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D7878A is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB215135138-
CMYK00.370.360.16
HSL357.75º50%68.63%-
HSV(B)357.75º37.21%84.31%-
XYZ41.2833.6128.36-
YUV159.26116167.76-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.06%
GREEN value IS 135 (53.12% from 255) = 27.66%
BLUE value IS 138 (54.30% from 255) = 28.28%
R=44.06%
G=27.66%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21513513800.370.360.16357.755068.63
HexD7878A02524101663245
Octal327207212045442054662105
Binary1101011110000111100010100100101100100100001011001101100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7878A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7878A; }

 p { color: rgb(215,135,138); }

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

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

 a { background-color: rgb(215,135,138); }

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

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

 span { border-color: rgb(215,135,138); }

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