#D8858C

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

Shades of Carissma #D8858C

Tints of Carissma #D8858C

Color information

#D8858C (or 0xD8858C) is unknown color: approx Carissma. HEX triplet: D8, 85 and 8C. RGB value is (216,133,140). Sum of RGB (Red+Green+Blue) = 216+133+140=489 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.17% from 489); Green value is 133 (52.34% from 255 or 27.20% from 489); Blue value is 140 (55.08% from 255 or 28.63% from 489); Max value from RGB is 216 - color contains mainly: red. Hex color #D8858C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8858C is #277A73. Grayscale: #9E9E9E. Windows color (decimal): -2587252 or 9209304. OLE color: 9209304.

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

Color convert

RGB216133140-
CMYK00.380.350.15
HSL354.94º51.55%68.43%-
HSV(B)354.94º38.43%84.71%-
XYZ41.4433.2729.05-
YUV158.62117.5168.93-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.17%
GREEN value IS 133 (52.34% from 255) = 27.20%
BLUE value IS 140 (55.08% from 255) = 28.63%
R=44.17%
G=27.20%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613314000.380.350.15354.9451.5568.43
HexD8858C02623F1633444
Octal330205214046431754364104
Binary110110001000010110001100010011010001111111011000111101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8858C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8858C; }

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

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

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

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

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

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

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

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