#D28498

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

Shades of Can Can #D28498

Tints of Can Can #D28498

Color information

#D28498 (or 0xD28498) is unknown color: approx Can Can. HEX triplet: D2, 84 and 98. RGB value is (210,132,152). Sum of RGB (Red+Green+Blue) = 210+132+152=494 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.51% from 494); Green value is 132 (51.95% from 255 or 26.72% from 494); Blue value is 152 (59.77% from 255 or 30.77% from 494); Max value from RGB is 210 - color contains mainly: red. Hex color #D28498 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28498 is #2D7B67. Grayscale: #9D9D9D. Windows color (decimal): -2980712 or 9995474. OLE color: 9995474.

HSL color Cylindrical-coordinate representation of color #D28498: hue angle of 344.62º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D28498 is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB210132152-
CMYK00.370.280.18
HSL344.62º46.43%67.06%-
HSV(B)344.62º37.14%82.35%-
XYZ40.532.4733.84-
YUV157.6124.84165.37-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.51%
GREEN value IS 132 (51.95% from 255) = 26.72%
BLUE value IS 152 (59.77% from 255) = 30.77%
R=42.51%
G=26.72%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21013215200.370.280.18344.6246.4367.06
HexD284980251C121592e43
Octal322204230045342253156103
Binary110100101000010010011000010010111100100101010110011011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28498; }

 p { color: rgb(210,132,152); }

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

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

 a { background-color: rgb(210,132,152); }

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

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

 span { border-color: rgb(210,132,152); }

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