Shades of Can Can #D58C9A
Tints of Can Can #D58C9A
RGB
CMYK
RGB Variations
Color information
#D58C9A (or 0xD58C9A) is known color: Can Can. HEX triplet: D5, 8C and 9A. RGB value is (213,140,154). Sum of RGB (Red+Green+Blue) = 213+140+154=507 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.01% from 507); Green value is 140 (55.08% from 255 or 27.61% from 507); Blue value is 154 (60.55% from 255 or 30.37% from 507); Max value from RGB is 213 - color contains mainly: red. Hex color #D58C9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58C9A is #2A7365. Grayscale: #A3A3A3. Windows color (decimal): -2782054 or 10128597. OLE color: 10128597.
HSL color Cylindrical-coordinate representation of color #D58C9A: hue angle of 348.49º 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 #D58C9A is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 140 | 154 | - |
| CMYK | 0 | 0.34 | 0.28 | 0.16 |
| HSL | 348.49º | 0.46% | 0.69% | - |
| HSV(B) | 348.49º | 0.34% | 0.84% | - |
| XYZ | 42.65 | 35.24 | 35.12 | - |
| YUV | 163.42 | 122.68 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 140 | 154 | 0 | 0.34 | 0.28 | 0.16 | 348.49 | 0.46 | 0.69 |
| Hex | D5 | 8C | 9A | 0 | 22 | 1C | 10 | 15C | 2E | 45 |
| Octal | 325 | 214 | 232 | 0 | 42 | 34 | 20 | 534 | 56 | 105 |
| Binary | 11010101 | 10001100 | 10011010 | 0 | 100010 | 11100 | 10000 | 101011100 | 101110 | 1000101 |
Color Harmonies of #D58C9A
Complementary color
Monochromatic Colors of #D58C9A
Black with #D58C9A
Text Example
Text Example
White with #D58C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58C9A; }
p { color: rgb(213,140,154); }
H1.HeaderClassName
{
color: #D58C9A;
}
.AnyTagClassName
{
color: #D58C9A;
}
</style>
background-color css
<style>
a { background-color: #D58C9A; }
a { background-color: rgb(213,140,154); }
div.DivClassName
{
background-color: #D58C9A;
}
.BgClassName
{
background-color: #D58C9A;
}
</style>
border-color css
<style>
span { border-color: #D58C9A; }
span { border-color: rgb(213,140,154); }
td.TdClassName
{
border-color: #D58C9A;
}
.TagClassName
{
border-color: #D58C9A;
}
</style>