Shades of Can Can #D68297
Tints of Can Can #D68297
RGB
CMYK
RGB Variations
Color information
#D68297 (or 0xD68297) is known color: Can Can. HEX triplet: D6, 82 and 97. RGB value is (214,130,151). Sum of RGB (Red+Green+Blue) = 214+130+151=495 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.23% from 495); Green value is 130 (51.17% from 255 or 26.26% from 495); Blue value is 151 (59.38% from 255 or 30.51% from 495); Max value from RGB is 214 - color contains mainly: red. Hex color #D68297 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68297 is #297D68. Grayscale: #9D9D9D. Windows color (decimal): -2719081 or 9929430. OLE color: 9929430.
HSL color Cylindrical-coordinate representation of color #D68297: hue angle of 345º degrees, saturation: 0.51, 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 #D68297 is Cyan = 0, Magento = 0.39, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 130 | 151 | - |
| CMYK | 0 | 0.39 | 0.29 | 0.16 |
| HSL | 345º | 0.51% | 0.67% | - |
| HSV(B) | 345º | 0.39% | 0.84% | - |
| XYZ | 41.3 | 32.5 | 33.37 | - |
| YUV | 157.51 | 124.33 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 130 | 151 | 0 | 0.39 | 0.29 | 0.16 | 345 | 0.51 | 0.67 |
| Hex | D6 | 82 | 97 | 0 | 27 | 1D | 10 | 159 | 33 | 43 |
| Octal | 326 | 202 | 227 | 0 | 47 | 35 | 20 | 531 | 63 | 103 |
| Binary | 11010110 | 10000010 | 10010111 | 0 | 100111 | 11101 | 10000 | 101011001 | 110011 | 1000011 |
Color Harmonies of #D68297
Complementary color
Monochromatic Colors of #D68297
Black with #D68297
Text Example
Text Example
White with #D68297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68297; }
p { color: rgb(214,130,151); }
H1.HeaderClassName
{
color: #D68297;
}
.AnyTagClassName
{
color: #D68297;
}
</style>
background-color css
<style>
a { background-color: #D68297; }
a { background-color: rgb(214,130,151); }
div.DivClassName
{
background-color: #D68297;
}
.BgClassName
{
background-color: #D68297;
}
</style>
border-color css
<style>
span { border-color: #D68297; }
span { border-color: rgb(214,130,151); }
td.TdClassName
{
border-color: #D68297;
}
.TagClassName
{
border-color: #D68297;
}
</style>