#D67F96

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

Shades of Can Can #D67F96

Tints of Can Can #D67F96

Color information

#D67F96 (or 0xD67F96) is unknown color: approx Can Can. HEX triplet: D6, 7F and 96. RGB value is (214,127,150). Sum of RGB (Red+Green+Blue) = 214+127+150=491 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.58% from 491); Green value is 127 (50% from 255 or 25.87% from 491); Blue value is 150 (58.98% from 255 or 30.55% from 491); Max value from RGB is 214 - color contains mainly: red. Hex color #D67F96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67F96 is #298069. Grayscale: #9B9B9B. Windows color (decimal): -2719850 or 9863126. OLE color: 9863126.

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

Color convert

RGB214127150-
CMYK00.410.300.16
HSL344.14º51.48%66.86%-
HSV(B)344.14º40.65%83.92%-
XYZ40.8331.6832.82-
YUV155.64124.82169.63-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.58%
GREEN value IS 127 (50% from 255) = 25.87%
BLUE value IS 150 (58.98% from 255) = 30.55%
R=43.58%
G=25.87%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412715000.410.300.16344.1451.4866.86
HexD67F960291E101583343
Octal326177226051362053063103
Binary11010110111111110010110010100111110100001010110001100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67F96; }

 p { color: rgb(214,127,150); }

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

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

 a { background-color: rgb(214,127,150); }

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

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

 span { border-color: rgb(214,127,150); }

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