#D98CA1

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

Shades of Can Can #D98CA1

Tints of Can Can #D98CA1

Color information

#D98CA1 (or 0xD98CA1) is unknown color: approx Can Can. HEX triplet: D9, 8C and A1. RGB value is (217,140,161). Sum of RGB (Red+Green+Blue) = 217+140+161=518 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.89% from 518); Green value is 140 (55.08% from 255 or 27.03% from 518); Blue value is 161 (63.28% from 255 or 31.08% from 518); Max value from RGB is 217 - color contains mainly: red. Hex color #D98CA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98CA1 is #26735E. Grayscale: #A5A5A5. Windows color (decimal): -2519903 or 10587353. OLE color: 10587353.

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

Color convert

RGB217140161-
CMYK00.350.260.15
HSL343.64º50.33%70%-
HSV(B)343.64º35.48%85.1%-
XYZ44.4336.0838.34-
YUV165.42125.51164.79-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.89%
GREEN value IS 140 (55.08% from 255) = 27.03%
BLUE value IS 161 (63.28% from 255) = 31.08%
R=41.89%
G=27.03%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714016100.350.260.15343.6450.3370
HexD98CA10231AF1583246
Octal331214241043321753062106
Binary11011001100011001010000101000111101011111010110001100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98CA1; }

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

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

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

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

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

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

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

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