#D98485

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

Shades of Carissma #D98485

Tints of Carissma #D98485

Color information

#D98485 (or 0xD98485) is unknown color: approx Carissma. HEX triplet: D9, 84 and 85. RGB value is (217,132,133). Sum of RGB (Red+Green+Blue) = 217+132+133=482 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.02% from 482); Green value is 132 (51.95% from 255 or 27.39% from 482); Blue value is 133 (52.34% from 255 or 27.59% from 482); Max value from RGB is 217 - color contains mainly: red. Hex color #D98485 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98485 is #267B7A. Grayscale: #9D9D9D. Windows color (decimal): -2521979 or 8750297. OLE color: 8750297.

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

Color convert

RGB217132133-
CMYK00.390.390.15
HSL359.29º52.8%68.43%-
HSV(B)359.29º39.17%85.1%-
XYZ41.132.9526.38-
YUV157.53114.16170.42-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.02%
GREEN value IS 132 (51.95% from 255) = 27.39%
BLUE value IS 133 (52.34% from 255) = 27.59%
R=45.02%
G=27.39%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713213300.390.390.15359.2952.868.43
HexD9848502727F1673544
Octal331204205047471754765104
Binary110110011000010010000101010011110011111111011001111101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98485; }

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

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

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

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

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

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

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

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