#D7848C

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

Shades of Carissma #D7848C

Tints of Carissma #D7848C

Color information

#D7848C (or 0xD7848C) is unknown color: approx Carissma. HEX triplet: D7, 84 and 8C. RGB value is (215,132,140). Sum of RGB (Red+Green+Blue) = 215+132+140=487 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.15% from 487); Green value is 132 (51.95% from 255 or 27.10% from 487); Blue value is 140 (55.08% from 255 or 28.75% from 487); Max value from RGB is 215 - color contains mainly: red. Hex color #D7848C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7848C is #287B73. Grayscale: #9D9D9D. Windows color (decimal): -2653044 or 9209047. OLE color: 9209047.

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

Color convert

RGB215132140-
CMYK00.390.350.16
HSL354.22º50.92%68.04%-
HSV(B)354.22º38.6%84.31%-
XYZ41.0132.8428.99-
YUV157.73118168.85-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.15%
GREEN value IS 132 (51.95% from 255) = 27.10%
BLUE value IS 140 (55.08% from 255) = 28.75%
R=44.15%
G=27.10%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21513214000.390.350.16354.2250.9268.04
HexD7848C02723101623344
Octal327204214047432054263104
Binary1101011110000100100011000100111100011100001011000101100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7848C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7848C; }

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

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

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

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

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

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

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

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