Shades of Can Can #CF939F
Tints of Can Can #CF939F
RGB
CMYK
RGB Variations
Color information
#CF939F (or 0xCF939F) is known color: Can Can. HEX triplet: CF, 93 and 9F. RGB value is (207,147,159). Sum of RGB (Red+Green+Blue) = 207+147+159=513 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.35% from 513); Green value is 147 (57.81% from 255 or 28.65% from 513); Blue value is 159 (62.5% from 255 or 30.99% from 513); Max value from RGB is 207 - color contains mainly: red. Hex color #CF939F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF939F is #306C60. Grayscale: #A6A6A6. Windows color (decimal): -3173473 or 10458063. OLE color: 10458063.
HSL color Cylindrical-coordinate representation of color #CF939F: hue angle of 348º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CF939F is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 147 | 159 | - |
| CMYK | 0 | 0.29 | 0.23 | 0.19 |
| HSL | 348º | 0.38% | 0.69% | - |
| HSV(B) | 348º | 0.29% | 0.81% | - |
| XYZ | 42.42 | 36.64 | 37.64 | - |
| YUV | 166.31 | 123.88 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 147 | 159 | 0 | 0.29 | 0.23 | 0.19 | 348 | 0.38 | 0.69 |
| Hex | CF | 93 | 9F | 0 | 1D | 17 | 13 | 15C | 26 | 45 |
| Octal | 317 | 223 | 237 | 0 | 35 | 27 | 23 | 534 | 46 | 105 |
| Binary | 11001111 | 10010011 | 10011111 | 0 | 11101 | 10111 | 10011 | 101011100 | 100110 | 1000101 |
Color Harmonies of #CF939F
Complementary color
Monochromatic Colors of #CF939F
Black with #CF939F
Text Example
Text Example
White with #CF939F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF939F; }
p { color: rgb(207,147,159); }
H1.HeaderClassName
{
color: #CF939F;
}
.AnyTagClassName
{
color: #CF939F;
}
</style>
background-color css
<style>
a { background-color: #CF939F; }
a { background-color: rgb(207,147,159); }
div.DivClassName
{
background-color: #CF939F;
}
.BgClassName
{
background-color: #CF939F;
}
</style>
border-color css
<style>
span { border-color: #CF939F; }
span { border-color: rgb(207,147,159); }
td.TdClassName
{
border-color: #CF939F;
}
.TagClassName
{
border-color: #CF939F;
}
</style>