#D9868C

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

Shades of Carissma #D9868C

Tints of Carissma #D9868C

Color information

#D9868C (or 0xD9868C) is unknown color: approx Carissma. HEX triplet: D9, 86 and 8C. RGB value is (217,134,140). Sum of RGB (Red+Green+Blue) = 217+134+140=491 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.20% from 491); Green value is 134 (52.73% from 255 or 27.29% from 491); Blue value is 140 (55.08% from 255 or 28.51% from 491); Max value from RGB is 217 - color contains mainly: red. Hex color #D9868C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9868C is #267973. Grayscale: #9F9F9F. Windows color (decimal): -2521460 or 9209561. OLE color: 9209561.

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

Color convert

RGB217134140-
CMYK00.380.350.15
HSL355.66º52.2%68.82%-
HSV(B)355.66º38.25%85.1%-
XYZ41.8733.729.11-
YUV159.5117169.01-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.20%
GREEN value IS 134 (52.73% from 255) = 27.29%
BLUE value IS 140 (55.08% from 255) = 28.51%
R=44.20%
G=27.29%
B=28.51%

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
Decimal21713414000.380.350.15355.6652.268.82
HexD9868C02623F1643445
Octal331206214046431754464105
Binary110110011000011010001100010011010001111111011001001101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9868C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9868C; }

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

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

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

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

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

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

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

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