#D7898A

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

Shades of Carissma #D7898A

Tints of Carissma #D7898A

Color information

#D7898A (or 0xD7898A) is unknown color: approx Carissma. HEX triplet: D7, 89 and 8A. RGB value is (215,137,138). Sum of RGB (Red+Green+Blue) = 215+137+138=490 (64% of max value = 765). Red value is 215 (84.38% from 255 or 43.88% from 490); Green value is 137 (53.91% from 255 or 27.96% from 490); Blue value is 138 (54.30% from 255 or 28.16% from 490); Max value from RGB is 215 - color contains mainly: red. Hex color #D7898A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7898A is #287675. Grayscale: #A0A0A0. Windows color (decimal): -2651766 or 9079255. OLE color: 9079255.

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

Color convert

RGB215137138-
CMYK00.360.360.16
HSL359.23º49.37%69.02%-
HSV(B)359.23º36.28%84.31%-
XYZ41.5634.1728.45-
YUV160.44115.34166.92-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 43.88%
GREEN value IS 137 (53.91% from 255) = 27.96%
BLUE value IS 138 (54.30% from 255) = 28.16%
R=43.88%
G=27.96%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21513713800.360.360.16359.2349.3769.02
HexD7898A02424101673145
Octal327211212044442054761105
Binary1101011110001001100010100100100100100100001011001111100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7898A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7898A; }

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

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

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

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

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

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

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

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