#D98096

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

Shades of Carissma #D98096

Tints of Carissma #D98096

Color information

#D98096 (or 0xD98096) is unknown color: approx Carissma. HEX triplet: D9, 80 and 96. RGB value is (217,128,150). Sum of RGB (Red+Green+Blue) = 217+128+150=495 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.84% from 495); Green value is 128 (50.39% from 255 or 25.86% from 495); Blue value is 150 (58.98% from 255 or 30.30% from 495); Max value from RGB is 217 - color contains mainly: red. Hex color #D98096 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98096 is #267F69. Grayscale: #9D9D9D. Windows color (decimal): -2522986 or 9863385. OLE color: 9863385.

HSL color Cylindrical-coordinate representation of color #D98096: hue angle of 345.17º 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 #D98096 is Cyan = 0, Magento = 0.41, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB217128150-
CMYK00.410.310.15
HSL345.17º53.94%67.65%-
HSV(B)345.17º41.01%85.1%-
XYZ41.8432.3932.9-
YUV157.12123.99170.71-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.84%
GREEN value IS 128 (50.39% from 255) = 25.86%
BLUE value IS 150 (58.98% from 255) = 30.30%
R=43.84%
G=25.86%
B=30.30%

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
Decimal21712815000.410.310.15345.1753.9467.65
HexD980960291FF1593644
Octal331200226051371753166104
Binary11011001100000001001011001010011111111111010110011101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98096; }

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

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

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

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

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

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

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

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