Shades of Can Can #D58A8C
Tints of Can Can #D58A8C
RGB
CMYK
RGB Variations
Color information
#D58A8C (or 0xD58A8C) is known color: Can Can. HEX triplet: D5, 8A and 8C. RGB value is (213,138,140). Sum of RGB (Red+Green+Blue) = 213+138+140=491 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.38% from 491); Green value is 138 (54.30% from 255 or 28.11% from 491); Blue value is 140 (55.08% from 255 or 28.51% from 491); Max value from RGB is 213 - color contains mainly: red. Hex color #D58A8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58A8C is #2A7573. Grayscale: #A0A0A0. Windows color (decimal): -2782580 or 9210581. OLE color: 9210581.
HSL color Cylindrical-coordinate representation of color #D58A8C: hue angle of 358.4º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D58A8C is Cyan = 0, Magento = 0.35, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 138 | 140 | - |
| CMYK | 0 | 0.35 | 0.34 | 0.16 |
| HSL | 358.4º | 0.47% | 0.69% | - |
| HSV(B) | 358.4º | 0.35% | 0.84% | - |
| XYZ | 41.26 | 34.22 | 29.24 | - |
| YUV | 160.65 | 116.35 | 165.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 138 | 140 | 0 | 0.35 | 0.34 | 0.16 | 358.4 | 0.47 | 0.69 |
| Hex | D5 | 8A | 8C | 0 | 23 | 22 | 10 | 166 | 2F | 45 |
| Octal | 325 | 212 | 214 | 0 | 43 | 42 | 20 | 546 | 57 | 105 |
| Binary | 11010101 | 10001010 | 10001100 | 0 | 100011 | 100010 | 10000 | 101100110 | 101111 | 1000101 |
Color Harmonies of #D58A8C
Complementary color
Monochromatic Colors of #D58A8C
Black with #D58A8C
Text Example
Text Example
White with #D58A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58A8C; }
p { color: rgb(213,138,140); }
H1.HeaderClassName
{
color: #D58A8C;
}
.AnyTagClassName
{
color: #D58A8C;
}
</style>
background-color css
<style>
a { background-color: #D58A8C; }
a { background-color: rgb(213,138,140); }
div.DivClassName
{
background-color: #D58A8C;
}
.BgClassName
{
background-color: #D58A8C;
}
</style>
border-color css
<style>
span { border-color: #D58A8C; }
span { border-color: rgb(213,138,140); }
td.TdClassName
{
border-color: #D58A8C;
}
.TagClassName
{
border-color: #D58A8C;
}
</style>