#D98196

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

Shades of Carissma #D98196

Tints of Carissma #D98196

Color information

#D98196 (or 0xD98196) is unknown color: approx Carissma. HEX triplet: D9, 81 and 96. RGB value is (217,129,150). Sum of RGB (Red+Green+Blue) = 217+129+150=496 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.75% from 496); Green value is 129 (50.78% from 255 or 26.01% from 496); Blue value is 150 (58.98% from 255 or 30.24% from 496); Max value from RGB is 217 - color contains mainly: red. Hex color #D98196 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98196 is #267E69. Grayscale: #9D9D9D. Windows color (decimal): -2522730 or 9863641. OLE color: 9863641.

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

Color convert

RGB217129150-
CMYK00.410.310.15
HSL345.68º53.66%67.84%-
HSV(B)345.68º40.55%85.1%-
XYZ41.9732.6532.94-
YUV157.71123.65170.29-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.75%
GREEN value IS 129 (50.78% from 255) = 26.01%
BLUE value IS 150 (58.98% from 255) = 30.24%
R=43.75%
G=26.01%
B=30.24%

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
Decimal21712915000.410.310.15345.6853.6667.84
HexD981960291FF15a3644
Octal331201226051371753266104
Binary11011001100000011001011001010011111111111010110101101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98196; }

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

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

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

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

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

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

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

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