#D8868C

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

Shades of Carissma #D8868C

Tints of Carissma #D8868C

Color information

#D8868C (or 0xD8868C) is unknown color: approx Carissma. HEX triplet: D8, 86 and 8C. RGB value is (216,134,140). Sum of RGB (Red+Green+Blue) = 216+134+140=490 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.08% from 490); Green value is 134 (52.73% from 255 or 27.35% from 490); Blue value is 140 (55.08% from 255 or 28.57% from 490); Max value from RGB is 216 - color contains mainly: red. Hex color #D8868C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8868C is #277973. Grayscale: #9F9F9F. Windows color (decimal): -2586996 or 9209560. OLE color: 9209560.

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

Color convert

RGB216134140-
CMYK00.380.350.15
HSL355.61º51.25%68.63%-
HSV(B)355.61º37.96%84.71%-
XYZ41.5833.5429.09-
YUV159.2117.17168.51-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.08%
GREEN value IS 134 (52.73% from 255) = 27.35%
BLUE value IS 140 (55.08% from 255) = 28.57%
R=44.08%
G=27.35%
B=28.57%

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
Decimal21613414000.380.350.15355.6151.2568.63
HexD8868C02623F1643345
Octal330206214046431754463105
Binary110110001000011010001100010011010001111111011001001100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8868C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8868C; }

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

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

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

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

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

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

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

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