#D7868B

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

Shades of Carissma #D7868B

Tints of Carissma #D7868B

Color information

#D7868B (or 0xD7868B) is unknown color: approx Carissma. HEX triplet: D7, 86 and 8B. RGB value is (215,134,139). Sum of RGB (Red+Green+Blue) = 215+134+139=488 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.06% from 488); Green value is 134 (52.73% from 255 or 27.46% from 488); Blue value is 139 (54.69% from 255 or 28.48% from 488); Max value from RGB is 215 - color contains mainly: red. Hex color #D7868B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7868B is #287974. Grayscale: #9E9E9E. Windows color (decimal): -2652533 or 9144023. OLE color: 9144023.

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

Color convert

RGB215134139-
CMYK00.380.350.16
HSL356.3º50.31%68.43%-
HSV(B)356.3º37.67%84.31%-
XYZ41.2133.3628.69-
YUV158.79116.84168.09-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.06%
GREEN value IS 134 (52.73% from 255) = 27.46%
BLUE value IS 139 (54.69% from 255) = 28.48%
R=44.06%
G=27.46%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21513413900.380.350.16356.350.3168.43
HexD7868B02623101643244
Octal327206213046432054462104
Binary1101011110000110100010110100110100011100001011001001100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7868B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7868B; }

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

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

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

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

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

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

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

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