#D9878C

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

Shades of Carissma #D9878C

Tints of Carissma #D9878C

Color information

#D9878C (or 0xD9878C) is unknown color: approx Carissma. HEX triplet: D9, 87 and 8C. RGB value is (217,135,140). Sum of RGB (Red+Green+Blue) = 217+135+140=492 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.11% from 492); Green value is 135 (53.12% from 255 or 27.44% from 492); Blue value is 140 (55.08% from 255 or 28.46% from 492); Max value from RGB is 217 - color contains mainly: red. Hex color #D9878C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9878C is #267873. Grayscale: #A0A0A0. Windows color (decimal): -2521204 or 9209817. OLE color: 9209817.

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

Color convert

RGB217135140-
CMYK00.380.350.15
HSL356.34º51.9%69.02%-
HSV(B)356.34º37.79%85.1%-
XYZ42.0133.9729.15-
YUV160.09116.67168.59-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.11%
GREEN value IS 135 (53.12% from 255) = 27.44%
BLUE value IS 140 (55.08% from 255) = 28.46%
R=44.11%
G=27.44%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713514000.380.350.15356.3451.969.02
HexD9878C02623F1643445
Octal331207214046431754464105
Binary110110011000011110001100010011010001111111011001001101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9878C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9878C; }

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

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

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

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

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

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

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

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