#D68798

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

Shades of Can Can #D68798

Tints of Can Can #D68798

Color information

#D68798 (or 0xD68798) is unknown color: approx Can Can. HEX triplet: D6, 87 and 98. RGB value is (214,135,152). Sum of RGB (Red+Green+Blue) = 214+135+152=501 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.71% from 501); Green value is 135 (53.12% from 255 or 26.95% from 501); Blue value is 152 (59.77% from 255 or 30.34% from 501); Max value from RGB is 214 - color contains mainly: red. Hex color #D68798 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68798 is #297867. Grayscale: #A0A0A0. Windows color (decimal): -2717800 or 9996246. OLE color: 9996246.

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

Color convert

RGB214135152-
CMYK00.370.290.16
HSL347.09º49.07%68.43%-
HSV(B)347.09º36.92%83.92%-
XYZ42.0633.8934.03-
YUV160.56123.17166.12-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.71%
GREEN value IS 135 (53.12% from 255) = 26.95%
BLUE value IS 152 (59.77% from 255) = 30.34%
R=42.71%
G=26.95%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413515200.370.290.16347.0949.0768.43
HexD687980251D1015b3144
Octal326207230045352053361104
Binary110101101000011110011000010010111101100001010110111100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68798; }

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

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

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

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

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

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

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

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