#D9858D

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

Shades of Carissma #D9858D

Tints of Carissma #D9858D

Color information

#D9858D (or 0xD9858D) is unknown color: approx Carissma. HEX triplet: D9, 85 and 8D. RGB value is (217,133,141). Sum of RGB (Red+Green+Blue) = 217+133+141=491 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.20% from 491); Green value is 133 (52.34% from 255 or 27.09% from 491); Blue value is 141 (55.47% from 255 or 28.72% from 491); Max value from RGB is 217 - color contains mainly: red. Hex color #D9858D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9858D is #267A72. Grayscale: #9F9F9F. Windows color (decimal): -2521715 or 9274841. OLE color: 9274841.

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

Color convert

RGB217133141-
CMYK00.390.350.15
HSL354.29º52.5%68.63%-
HSV(B)354.29º38.71%85.1%-
XYZ41.8133.4529.45-
YUV159.03117.83169.35-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.20%
GREEN value IS 133 (52.34% from 255) = 27.09%
BLUE value IS 141 (55.47% from 255) = 28.72%
R=44.20%
G=27.09%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713314100.390.350.15354.2952.568.63
HexD9858D02723F1623445
Octal331205215047431754264105
Binary110110011000010110001101010011110001111111011000101101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9858D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9858D; }

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

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

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

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

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

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

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

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