Shades of Can Can #CF8B98
Tints of Can Can #CF8B98
RGB
CMYK
RGB Variations
Color information
#CF8B98 (or 0xCF8B98) is known color: Can Can. HEX triplet: CF, 8B and 98. RGB value is (207,139,152). Sum of RGB (Red+Green+Blue) = 207+139+152=498 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.57% from 498); Green value is 139 (54.69% from 255 or 27.91% from 498); Blue value is 152 (59.77% from 255 or 30.52% from 498); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8B98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8B98 is #307467. Grayscale: #A0A0A0. Windows color (decimal): -3175528 or 9997263. OLE color: 9997263.
HSL color Cylindrical-coordinate representation of color #CF8B98: hue angle of 348.53º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CF8B98 is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 139 | 152 | - |
| CMYK | 0 | 0.33 | 0.27 | 0.19 |
| HSL | 348.53º | 0.41% | 0.68% | - |
| HSV(B) | 348.53º | 0.33% | 0.81% | - |
| XYZ | 40.63 | 34 | 34.13 | - |
| YUV | 160.81 | 123.03 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 139 | 152 | 0 | 0.33 | 0.27 | 0.19 | 348.53 | 0.41 | 0.68 |
| Hex | CF | 8B | 98 | 0 | 21 | 1B | 13 | 15D | 29 | 44 |
| Octal | 317 | 213 | 230 | 0 | 41 | 33 | 23 | 535 | 51 | 104 |
| Binary | 11001111 | 10001011 | 10011000 | 0 | 100001 | 11011 | 10011 | 101011101 | 101001 | 1000100 |
Color Harmonies of #CF8B98
Complementary color
Monochromatic Colors of #CF8B98
Black with #CF8B98
Text Example
Text Example
White with #CF8B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8B98; }
p { color: rgb(207,139,152); }
H1.HeaderClassName
{
color: #CF8B98;
}
.AnyTagClassName
{
color: #CF8B98;
}
</style>
background-color css
<style>
a { background-color: #CF8B98; }
a { background-color: rgb(207,139,152); }
div.DivClassName
{
background-color: #CF8B98;
}
.BgClassName
{
background-color: #CF8B98;
}
</style>
border-color css
<style>
span { border-color: #CF8B98; }
span { border-color: rgb(207,139,152); }
td.TdClassName
{
border-color: #CF8B98;
}
.TagClassName
{
border-color: #CF8B98;
}
</style>