#D8868B

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

Shades of Carissma #D8868B

Tints of Carissma #D8868B

Color information

#D8868B (or 0xD8868B) is unknown color: approx Carissma. HEX triplet: D8, 86 and 8B. RGB value is (216,134,139). Sum of RGB (Red+Green+Blue) = 216+134+139=489 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.17% from 489); Green value is 134 (52.73% from 255 or 27.40% from 489); Blue value is 139 (54.69% from 255 or 28.43% from 489); Max value from RGB is 216 - color contains mainly: red. Hex color #D8868B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8868B is #277974. Grayscale: #9F9F9F. Windows color (decimal): -2586997 or 9144024. OLE color: 9144024.

HSL color Cylindrical-coordinate representation of color #D8868B: hue angle of 356.34º 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 #D8868B is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB216134139-
CMYK00.380.360.15
HSL356.34º51.25%68.63%-
HSV(B)356.34º37.96%84.71%-
XYZ41.533.5128.71-
YUV159.09116.67168.59-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.17%
GREEN value IS 134 (52.73% from 255) = 27.40%
BLUE value IS 139 (54.69% from 255) = 28.43%
R=44.17%
G=27.40%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613413900.380.360.15356.3451.2568.63
HexD8868B02624F1643345
Octal330206213046441754463105
Binary110110001000011010001011010011010010011111011001001100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8868B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8868B; }

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

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

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

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

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

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

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

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