#D98095

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

Shades of Carissma #D98095

Tints of Carissma #D98095

Color information

#D98095 (or 0xD98095) is unknown color: approx Carissma. HEX triplet: D9, 80 and 95. RGB value is (217,128,149). Sum of RGB (Red+Green+Blue) = 217+128+149=494 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.93% from 494); Green value is 128 (50.39% from 255 or 25.91% from 494); Blue value is 149 (58.59% from 255 or 30.16% from 494); Max value from RGB is 217 - color contains mainly: red. Hex color #D98095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98095 is #267F6A. Grayscale: #9D9D9D. Windows color (decimal): -2522987 or 9797849. OLE color: 9797849.

HSL color Cylindrical-coordinate representation of color #D98095: hue angle of 345.84º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D98095 is Cyan = 0, Magento = 0.41, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB217128149-
CMYK00.410.310.15
HSL345.84º53.94%67.65%-
HSV(B)345.84º41.01%85.1%-
XYZ41.7632.3632.48-
YUV157123.49170.79-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.93%
GREEN value IS 128 (50.39% from 255) = 25.91%
BLUE value IS 149 (58.59% from 255) = 30.16%
R=43.93%
G=25.91%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712814900.410.310.15345.8453.9467.65
HexD980950291FF15a3644
Octal331200225051371753266104
Binary11011001100000001001010101010011111111111010110101101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98095; }

 p { color: rgb(217,128,149); }

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

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

 a { background-color: rgb(217,128,149); }

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

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

 span { border-color: rgb(217,128,149); }

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