Shades of Can Can #D58196
Tints of Can Can #D58196
RGB
CMYK
RGB Variations
Color information
#D58196 (or 0xD58196) is known color: Can Can. HEX triplet: D5, 81 and 96. RGB value is (213,129,150). Sum of RGB (Red+Green+Blue) = 213+129+150=492 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.29% from 492); Green value is 129 (50.78% from 255 or 26.22% from 492); Blue value is 150 (58.98% from 255 or 30.49% from 492); Max value from RGB is 213 - color contains mainly: red. Hex color #D58196 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58196 is #2A7E69. Grayscale: #9C9C9C. Windows color (decimal): -2784874 or 9863637. OLE color: 9863637.
HSL color Cylindrical-coordinate representation of color #D58196: hue angle of 345º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D58196 is Cyan = 0, Magento = 0.39, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 129 | 150 | - |
| CMYK | 0 | 0.39 | 0.30 | 0.16 |
| HSL | 345º | 0.5% | 0.67% | - |
| HSV(B) | 345º | 0.39% | 0.84% | - |
| XYZ | 40.8 | 32.05 | 32.89 | - |
| YUV | 156.51 | 124.33 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 129 | 150 | 0 | 0.39 | 0.30 | 0.16 | 345 | 0.5 | 0.67 |
| Hex | D5 | 81 | 96 | 0 | 27 | 1E | 10 | 159 | 32 | 43 |
| Octal | 325 | 201 | 226 | 0 | 47 | 36 | 20 | 531 | 62 | 103 |
| Binary | 11010101 | 10000001 | 10010110 | 0 | 100111 | 11110 | 10000 | 101011001 | 110010 | 1000011 |
Color Harmonies of #D58196
Complementary color
Monochromatic Colors of #D58196
Black with #D58196
Text Example
Text Example
White with #D58196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58196; }
p { color: rgb(213,129,150); }
H1.HeaderClassName
{
color: #D58196;
}
.AnyTagClassName
{
color: #D58196;
}
</style>
background-color css
<style>
a { background-color: #D58196; }
a { background-color: rgb(213,129,150); }
div.DivClassName
{
background-color: #D58196;
}
.BgClassName
{
background-color: #D58196;
}
</style>
border-color css
<style>
span { border-color: #D58196; }
span { border-color: rgb(213,129,150); }
td.TdClassName
{
border-color: #D58196;
}
.TagClassName
{
border-color: #D58196;
}
</style>