#D98A8C

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

Shades of Carissma #D98A8C

Tints of Carissma #D98A8C

Color information

#D98A8C (or 0xD98A8C) is unknown color: approx Carissma. HEX triplet: D9, 8A and 8C. RGB value is (217,138,140). Sum of RGB (Red+Green+Blue) = 217+138+140=495 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.84% from 495); Green value is 138 (54.30% from 255 or 27.88% from 495); Blue value is 140 (55.08% from 255 or 28.28% from 495); Max value from RGB is 217 - color contains mainly: red. Hex color #D98A8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98A8C is #267573. Grayscale: #A1A1A1. Windows color (decimal): -2520436 or 9210585. OLE color: 9210585.

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

Color convert

RGB217138140-
CMYK00.360.350.15
HSL358.48º50.97%69.61%-
HSV(B)358.48º36.41%85.1%-
XYZ42.4434.8229.3-
YUV161.85115.67167.34-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.84%
GREEN value IS 138 (54.30% from 255) = 27.88%
BLUE value IS 140 (55.08% from 255) = 28.28%
R=43.84%
G=27.88%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713814000.360.350.15358.4850.9769.61
HexD98A8C02423F1663346
Octal331212214044431754663106
Binary110110011000101010001100010010010001111111011001101100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98A8C; }

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

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

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

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

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

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

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

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