#D8898A

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

Shades of Carissma #D8898A

Tints of Carissma #D8898A

Color information

#D8898A (or 0xD8898A) is unknown color: approx Carissma. HEX triplet: D8, 89 and 8A. RGB value is (216,137,138). Sum of RGB (Red+Green+Blue) = 216+137+138=491 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.99% from 491); Green value is 137 (53.91% from 255 or 27.90% from 491); Blue value is 138 (54.30% from 255 or 28.11% from 491); Max value from RGB is 216 - color contains mainly: red. Hex color #D8898A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8898A is #277675. Grayscale: #A0A0A0. Windows color (decimal): -2586230 or 9079256. OLE color: 9079256.

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

Color convert

RGB216137138-
CMYK00.370.360.15
HSL359.24º50.32%69.22%-
HSV(B)359.24º36.57%84.71%-
XYZ41.8534.3328.46-
YUV160.73115.17167.42-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.99%
GREEN value IS 137 (53.91% from 255) = 27.90%
BLUE value IS 138 (54.30% from 255) = 28.11%
R=43.99%
G=27.90%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613713800.370.360.15359.2450.3269.22
HexD8898A02524F1673245
Octal330211212045441754762105
Binary110110001000100110001010010010110010011111011001111100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8898A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8898A; }

 p { color: rgb(216,137,138); }

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

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

 a { background-color: rgb(216,137,138); }

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

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

 span { border-color: rgb(216,137,138); }

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