#D98586

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

Shades of Carissma #D98586

Tints of Carissma #D98586

Color information

#D98586 (or 0xD98586) is unknown color: approx Carissma. HEX triplet: D9, 85 and 86. RGB value is (217,133,134). Sum of RGB (Red+Green+Blue) = 217+133+134=484 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.83% from 484); Green value is 133 (52.34% from 255 or 27.48% from 484); Blue value is 134 (52.73% from 255 or 27.69% from 484); Max value from RGB is 217 - color contains mainly: red. Hex color #D98586 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98586 is #267A79. Grayscale: #9E9E9E. Windows color (decimal): -2521722 or 8816089. OLE color: 8816089.

HSL color Cylindrical-coordinate representation of color #D98586: hue angle of 359.29º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D98586 is Cyan = 0, Magento = 0.39, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB217133134-
CMYK00.390.380.15
HSL359.29º52.5%68.63%-
HSV(B)359.29º38.71%85.1%-
XYZ41.3133.2526.79-
YUV158.23114.33169.92-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.83%
GREEN value IS 133 (52.34% from 255) = 27.48%
BLUE value IS 134 (52.73% from 255) = 27.69%
R=44.83%
G=27.48%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713313400.390.380.15359.2952.568.63
HexD9858602726F1673445
Octal331205206047461754764105
Binary110110011000010110000110010011110011011111011001111101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98586; }

 p { color: rgb(217,133,134); }

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

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

 a { background-color: rgb(217,133,134); }

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

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

 span { border-color: rgb(217,133,134); }

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