#D9878A

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

Shades of Carissma #D9878A

Tints of Carissma #D9878A

Color information

#D9878A (or 0xD9878A) is unknown color: approx Carissma. HEX triplet: D9, 87 and 8A. RGB value is (217,135,138). Sum of RGB (Red+Green+Blue) = 217+135+138=490 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.29% from 490); Green value is 135 (53.12% from 255 or 27.55% from 490); Blue value is 138 (54.30% from 255 or 28.16% from 490); Max value from RGB is 217 - color contains mainly: red. Hex color #D9878A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9878A is #267875. Grayscale: #9F9F9F. Windows color (decimal): -2521206 or 9078745. OLE color: 9078745.

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

Color convert

RGB217135138-
CMYK00.380.360.15
HSL357.8º51.9%69.02%-
HSV(B)357.8º37.79%85.1%-
XYZ41.8733.9128.38-
YUV159.86115.67168.76-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.29%
GREEN value IS 135 (53.12% from 255) = 27.55%
BLUE value IS 138 (54.30% from 255) = 28.16%
R=44.29%
G=27.55%
B=28.16%

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
Decimal21713513800.380.360.15357.851.969.02
HexD9878A02624F1663445
Octal331207212046441754664105
Binary110110011000011110001010010011010010011111011001101101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9878A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9878A; }

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

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

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

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

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

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

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

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