#D9898C

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

Shades of Carissma #D9898C

Tints of Carissma #D9898C

Color information

#D9898C (or 0xD9898C) is unknown color: approx Carissma. HEX triplet: D9, 89 and 8C. RGB value is (217,137,140). Sum of RGB (Red+Green+Blue) = 217+137+140=494 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.93% from 494); Green value is 137 (53.91% from 255 or 27.73% from 494); Blue value is 140 (55.08% from 255 or 28.34% from 494); Max value from RGB is 217 - color contains mainly: red. Hex color #D9898C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9898C is #267673. Grayscale: #A1A1A1. Windows color (decimal): -2520692 or 9210329. OLE color: 9210329.

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

Color convert

RGB217137140-
CMYK00.370.350.15
HSL357.75º51.28%69.41%-
HSV(B)357.75º36.87%85.1%-
XYZ42.2934.5429.25-
YUV161.26116167.76-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.93%
GREEN value IS 137 (53.91% from 255) = 27.73%
BLUE value IS 140 (55.08% from 255) = 28.34%
R=43.93%
G=27.73%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713714000.370.350.15357.7551.2869.41
HexD9898C02523F1663345
Octal331211214045431754663105
Binary110110011000100110001100010010110001111111011001101100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9898C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9898C; }

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

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

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

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

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

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

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

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