#D9888C

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

Shades of Carissma #D9888C

Tints of Carissma #D9888C

Color information

#D9888C (or 0xD9888C) is unknown color: approx Carissma. HEX triplet: D9, 88 and 8C. RGB value is (217,136,140). Sum of RGB (Red+Green+Blue) = 217+136+140=493 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.02% from 493); Green value is 136 (53.52% from 255 or 27.59% from 493); Blue value is 140 (55.08% from 255 or 28.40% from 493); Max value from RGB is 217 - color contains mainly: red. Hex color #D9888C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9888C is #267773. Grayscale: #A0A0A0. Windows color (decimal): -2520948 or 9210073. OLE color: 9210073.

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

Color convert

RGB217136140-
CMYK00.370.350.15
HSL357.04º51.59%69.22%-
HSV(B)357.04º37.33%85.1%-
XYZ42.1534.2529.2-
YUV160.67116.34168.17-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.02%
GREEN value IS 136 (53.52% from 255) = 27.59%
BLUE value IS 140 (55.08% from 255) = 28.40%
R=44.02%
G=27.59%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713614000.370.350.15357.0451.5969.22
HexD9888C02523F1653445
Octal331210214045431754564105
Binary110110011000100010001100010010110001111111011001011101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9888C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9888C; }

 p { color: rgb(217,136,140); }

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

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

 a { background-color: rgb(217,136,140); }

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

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

 span { border-color: rgb(217,136,140); }

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