#D68195

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

Shades of Can Can #D68195

Tints of Can Can #D68195

Color information

#D68195 (or 0xD68195) is unknown color: approx Can Can. HEX triplet: D6, 81 and 95. RGB value is (214,129,149). Sum of RGB (Red+Green+Blue) = 214+129+149=492 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.50% from 492); Green value is 129 (50.78% from 255 or 26.22% from 492); Blue value is 149 (58.59% from 255 or 30.28% from 492); Max value from RGB is 214 - color contains mainly: red. Hex color #D68195 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68195 is #297E6A. Grayscale: #9C9C9C. Windows color (decimal): -2719339 or 9798102. OLE color: 9798102.

HSL color Cylindrical-coordinate representation of color #D68195: hue angle of 345.88º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D68195 is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB214129149-
CMYK00.400.300.16
HSL345.88º50.9%67.25%-
HSV(B)345.88º39.72%83.92%-
XYZ41.0132.1732.48-
YUV156.7123.66168.87-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.50%
GREEN value IS 129 (50.78% from 255) = 26.22%
BLUE value IS 149 (58.59% from 255) = 30.28%
R=43.50%
G=26.22%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412914900.400.300.16345.8850.967.25
HexD681950281E1015a3343
Octal326201225050362053263103
Binary110101101000000110010101010100011110100001010110101100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68195; }

 p { color: rgb(214,129,149); }

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

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

 a { background-color: rgb(214,129,149); }

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

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

 span { border-color: rgb(214,129,149); }

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