#D9848C

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

Shades of Carissma #D9848C

Tints of Carissma #D9848C

Color information

#D9848C (or 0xD9848C) is unknown color: approx Carissma. HEX triplet: D9, 84 and 8C. RGB value is (217,132,140). Sum of RGB (Red+Green+Blue) = 217+132+140=489 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.38% from 489); Green value is 132 (51.95% from 255 or 26.99% from 489); Blue value is 140 (55.08% from 255 or 28.63% from 489); Max value from RGB is 217 - color contains mainly: red. Hex color #D9848C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9848C is #267B73. Grayscale: #9E9E9E. Windows color (decimal): -2521972 or 9209049. OLE color: 9209049.

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

Color convert

RGB217132140-
CMYK00.390.350.15
HSL354.35º52.8%68.43%-
HSV(B)354.35º39.17%85.1%-
XYZ41.633.1529.02-
YUV158.33117.66169.85-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.38%
GREEN value IS 132 (51.95% from 255) = 26.99%
BLUE value IS 140 (55.08% from 255) = 28.63%
R=44.38%
G=26.99%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713214000.390.350.15354.3552.868.43
HexD9848C02723F1623544
Octal331204214047431754265104
Binary110110011000010010001100010011110001111111011000101101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9848C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9848C; }

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

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

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

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

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

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

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

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