Shades of Can Can #D58C9C
Tints of Can Can #D58C9C
RGB
CMYK
RGB Variations
Color information
#D58C9C (or 0xD58C9C) is known color: Can Can. HEX triplet: D5, 8C and 9C. RGB value is (213,140,156). Sum of RGB (Red+Green+Blue) = 213+140+156=509 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.85% from 509); Green value is 140 (55.08% from 255 or 27.50% from 509); Blue value is 156 (61.33% from 255 or 30.65% from 509); Max value from RGB is 213 - color contains mainly: red. Hex color #D58C9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58C9C is #2A7363. Grayscale: #A3A3A3. Windows color (decimal): -2782052 or 10259669. OLE color: 10259669.
HSL color Cylindrical-coordinate representation of color #D58C9C: hue angle of 346.85º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D58C9C is Cyan = 0, Magento = 0.34, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 140 | 156 | - |
| CMYK | 0 | 0.34 | 0.27 | 0.16 |
| HSL | 346.85º | 0.46% | 0.69% | - |
| HSV(B) | 346.85º | 0.34% | 0.84% | - |
| XYZ | 42.82 | 35.3 | 36.01 | - |
| YUV | 163.65 | 123.68 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 140 | 156 | 0 | 0.34 | 0.27 | 0.16 | 346.85 | 0.46 | 0.69 |
| Hex | D5 | 8C | 9C | 0 | 22 | 1B | 10 | 15B | 2E | 45 |
| Octal | 325 | 214 | 234 | 0 | 42 | 33 | 20 | 533 | 56 | 105 |
| Binary | 11010101 | 10001100 | 10011100 | 0 | 100010 | 11011 | 10000 | 101011011 | 101110 | 1000101 |
Color Harmonies of #D58C9C
Complementary color
Monochromatic Colors of #D58C9C
Black with #D58C9C
Text Example
Text Example
White with #D58C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58C9C; }
p { color: rgb(213,140,156); }
H1.HeaderClassName
{
color: #D58C9C;
}
.AnyTagClassName
{
color: #D58C9C;
}
</style>
background-color css
<style>
a { background-color: #D58C9C; }
a { background-color: rgb(213,140,156); }
div.DivClassName
{
background-color: #D58C9C;
}
.BgClassName
{
background-color: #D58C9C;
}
</style>
border-color css
<style>
span { border-color: #D58C9C; }
span { border-color: rgb(213,140,156); }
td.TdClassName
{
border-color: #D58C9C;
}
.TagClassName
{
border-color: #D58C9C;
}
</style>