#D68C98

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

Shades of Can Can #D68C98

Tints of Can Can #D68C98

Color information

#D68C98 (or 0xD68C98) is unknown color: approx Can Can. HEX triplet: D6, 8C and 98. RGB value is (214,140,152). Sum of RGB (Red+Green+Blue) = 214+140+152=506 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.29% from 506); Green value is 140 (55.08% from 255 or 27.67% from 506); Blue value is 152 (59.77% from 255 or 30.04% from 506); Max value from RGB is 214 - color contains mainly: red. Hex color #D68C98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68C98 is #297367. Grayscale: #A3A3A3. Windows color (decimal): -2716520 or 9997526. OLE color: 9997526.

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

Color convert

RGB214140152-
CMYK00.350.290.16
HSL350.27º47.44%69.41%-
HSV(B)350.27º34.58%83.92%-
XYZ42.7835.3234.27-
YUV163.49121.52164.02-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.29%
GREEN value IS 140 (55.08% from 255) = 27.67%
BLUE value IS 152 (59.77% from 255) = 30.04%
R=42.29%
G=27.67%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414015200.350.290.16350.2747.4469.41
HexD68C980231D1015e2f45
Octal326214230043352053657105
Binary110101101000110010011000010001111101100001010111101011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68C98; }

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

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

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

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

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

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

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

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