#D7858C

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

Shades of Carissma #D7858C

Tints of Carissma #D7858C

Color information

#D7858C (or 0xD7858C) is unknown color: approx Carissma. HEX triplet: D7, 85 and 8C. RGB value is (215,133,140). Sum of RGB (Red+Green+Blue) = 215+133+140=488 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.06% from 488); Green value is 133 (52.34% from 255 or 27.25% from 488); Blue value is 140 (55.08% from 255 or 28.69% from 488); Max value from RGB is 215 - color contains mainly: red. Hex color #D7858C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7858C is #287A73. Grayscale: #9E9E9E. Windows color (decimal): -2652788 or 9209303. OLE color: 9209303.

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

Color convert

RGB215133140-
CMYK00.380.350.16
HSL354.88º50.62%68.24%-
HSV(B)354.88º38.14%84.31%-
XYZ41.1533.1229.03-
YUV158.32117.67168.43-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.06%
GREEN value IS 133 (52.34% from 255) = 27.25%
BLUE value IS 140 (55.08% from 255) = 28.69%
R=44.06%
G=27.25%
B=28.69%

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
Decimal21513314000.380.350.16354.8850.6268.24
HexD7858C02623101633344
Octal327205214046432054363104
Binary1101011110000101100011000100110100011100001011000111100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7858C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7858C; }

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

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

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

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

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

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

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

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