#D98486

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

Shades of Carissma #D98486

Tints of Carissma #D98486

Color information

#D98486 (or 0xD98486) is unknown color: approx Carissma. HEX triplet: D9, 84 and 86. RGB value is (217,132,134). Sum of RGB (Red+Green+Blue) = 217+132+134=483 (63% of max value = 765). Red value is 217 (85.16% from 255 or 44.93% from 483); Green value is 132 (51.95% from 255 or 27.33% from 483); Blue value is 134 (52.73% from 255 or 27.74% from 483); Max value from RGB is 217 - color contains mainly: red. Hex color #D98486 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98486 is #267B79. Grayscale: #9D9D9D. Windows color (decimal): -2521978 or 8815833. OLE color: 8815833.

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

Color convert

RGB217132134-
CMYK00.390.380.15
HSL358.59º52.8%68.43%-
HSV(B)358.59º39.17%85.1%-
XYZ41.1732.9826.75-
YUV157.64114.66170.34-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.93%
GREEN value IS 132 (51.95% from 255) = 27.33%
BLUE value IS 134 (52.73% from 255) = 27.74%
R=44.93%
G=27.33%
B=27.74%

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
Decimal21713213400.390.380.15358.5952.868.43
HexD9848602726F1673544
Octal331204206047461754765104
Binary110110011000010010000110010011110011011111011001111101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98486; }

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

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

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

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

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

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

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

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