#D68998

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

Shades of Can Can #D68998

Tints of Can Can #D68998

Color information

#D68998 (or 0xD68998) is unknown color: approx Can Can. HEX triplet: D6, 89 and 98. RGB value is (214,137,152). Sum of RGB (Red+Green+Blue) = 214+137+152=503 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.54% from 503); Green value is 137 (53.91% from 255 or 27.24% from 503); Blue value is 152 (59.77% from 255 or 30.22% from 503); Max value from RGB is 214 - color contains mainly: red. Hex color #D68998 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68998 is #297667. Grayscale: #A1A1A1. Windows color (decimal): -2717288 or 9996758. OLE color: 9996758.

HSL color Cylindrical-coordinate representation of color #D68998: hue angle of 348.31º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D68998 is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB214137152-
CMYK00.360.290.16
HSL348.31º48.43%68.82%-
HSV(B)348.31º35.98%83.92%-
XYZ42.3434.4534.12-
YUV161.73122.51165.28-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.54%
GREEN value IS 137 (53.91% from 255) = 27.24%
BLUE value IS 152 (59.77% from 255) = 30.22%
R=42.54%
G=27.24%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413715200.360.290.16348.3148.4368.82
HexD689980241D1015c3045
Octal326211230044352053460105
Binary110101101000100110011000010010011101100001010111001100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68998; }

 p { color: rgb(214,137,152); }

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

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

 a { background-color: rgb(214,137,152); }

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

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

 span { border-color: rgb(214,137,152); }

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