#D9878B

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

Shades of Carissma #D9878B

Tints of Carissma #D9878B

Color information

#D9878B (or 0xD9878B) is unknown color: approx Carissma. HEX triplet: D9, 87 and 8B. RGB value is (217,135,139). Sum of RGB (Red+Green+Blue) = 217+135+139=491 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.20% from 491); Green value is 135 (53.12% from 255 or 27.49% from 491); Blue value is 139 (54.69% from 255 or 28.31% from 491); Max value from RGB is 217 - color contains mainly: red. Hex color #D9878B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9878B is #267874. Grayscale: #A0A0A0. Windows color (decimal): -2521205 or 9144281. OLE color: 9144281.

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

Color convert

RGB217135139-
CMYK00.380.360.15
HSL357.07º51.9%69.02%-
HSV(B)357.07º37.79%85.1%-
XYZ41.9433.9428.77-
YUV159.97116.17168.67-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.20%
GREEN value IS 135 (53.12% from 255) = 27.49%
BLUE value IS 139 (54.69% from 255) = 28.31%
R=44.20%
G=27.49%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713513900.380.360.15357.0751.969.02
HexD9878B02624F1653445
Octal331207213046441754564105
Binary110110011000011110001011010011010010011111011001011101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9878B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9878B; }

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

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

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

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

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

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

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

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