#D092A5

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

Shades of Can Can #D092A5

Tints of Can Can #D092A5

Color information

#D092A5 (or 0xD092A5) is unknown color: approx Can Can. HEX triplet: D0, 92 and A5. RGB value is (208,146,165). Sum of RGB (Red+Green+Blue) = 208+146+165=519 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.08% from 519); Green value is 146 (57.42% from 255 or 28.13% from 519); Blue value is 165 (64.84% from 255 or 31.79% from 519); Max value from RGB is 208 - color contains mainly: red. Hex color #D092A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D092A5 is #2F6D5A. Grayscale: #A6A6A6. Windows color (decimal): -3108187 or 10851024. OLE color: 10851024.

HSL color Cylindrical-coordinate representation of color #D092A5: hue angle of 341.61º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D092A5 is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.18.

Color convert

RGB208146165-
CMYK00.300.210.18
HSL341.61º39.74%69.41%-
HSV(B)341.61º29.81%81.57%-
XYZ43.0836.6840.41-
YUV166.7127.04157.46-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.08%
GREEN value IS 146 (57.42% from 255) = 28.13%
BLUE value IS 165 (64.84% from 255) = 31.79%
R=40.08%
G=28.13%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.21
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814616500.300.210.18341.6139.7469.41
HexD092A501E15121562845
Octal320222245036252252650105
Binary11010000100100101010010101111010101100101010101101010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D092A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D092A5; }

 p { color: rgb(208,146,165); }

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

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

 a { background-color: rgb(208,146,165); }

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

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

 span { border-color: rgb(208,146,165); }

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