#d8888c

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

Shades of Carissma #D8888C

Tints of Carissma #D8888C

Color information

#D8888C (or 0xD8888C) is unknown color: approx Carissma. HEX triplet: D8, 88 and 8C. RGB value is (216,136,140). Sum of RGB (Red+Green+Blue) = 216+136+140=492 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.90% from 492); Green value is 136 (53.52% from 255 or 27.64% from 492); Blue value is 140 (55.08% from 255 or 28.46% from 492); Max value from RGB is 216 - color contains mainly: red. Hex color #D8888C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8888C is #277773. Grayscale: #A0A0A0. Windows color (decimal): -2586484 or 9210072. OLE color: 9210072.

HSL color Cylindrical-coordinate representation of color #D8888C: hue angle of 357º degrees, saturation: 0.51, 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 #D8888C is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB216136140-
CMYK00.370.350.15
HSL357º50.63%69.02%-
HSV(B)357º37.04%84.71%-
XYZ41.8634.129.19-
YUV160.38116.5167.67-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.90%
GREEN value IS 136 (53.52% from 255) = 27.64%
BLUE value IS 140 (55.08% from 255) = 28.46%
R=43.90%
G=27.64%
B=28.46%

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
Decimal21613614000.370.350.1535750.6369.02
HexD8888C02523F1653345
Octal330210214045431754563105
Binary110110001000100010001100010010110001111111011001011100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d8888c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d8888c; }

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

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

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

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

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

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

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

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