Shades of Cabaret #CF606B
Tints of Cabaret #CF606B
RGB
CMYK
RGB Variations
Color information
#CF606B (or 0xCF606B) is known color: Cabaret. HEX triplet: CF, 60 and 6B. RGB value is (207,96,107). Sum of RGB (Red+Green+Blue) = 207+96+107=410 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.49% from 410); Green value is 96 (37.89% from 255 or 23.41% from 410); Blue value is 107 (42.19% from 255 or 26.10% from 410); Max value from RGB is 207 - color contains mainly: red. Hex color #CF606B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF606B is #309F94. Grayscale: #828282. Windows color (decimal): -3186581 or 7037135. OLE color: 7037135.
HSL color Cylindrical-coordinate representation of color #CF606B: hue angle of 354.05º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CF606B is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 96 | 107 | - |
| CMYK | 0 | 0.54 | 0.48 | 0.19 |
| HSL | 354.05º | 0.54% | 0.59% | - |
| HSV(B) | 354.05º | 0.54% | 0.81% | - |
| XYZ | 32.57 | 22.69 | 16.57 | - |
| YUV | 130.44 | 114.77 | 182.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 96 | 107 | 0 | 0.54 | 0.48 | 0.19 | 354.05 | 0.54 | 0.59 |
| Hex | CF | 60 | 6B | 0 | 36 | 30 | 13 | 162 | 36 | 3B |
| Octal | 317 | 140 | 153 | 0 | 66 | 60 | 23 | 542 | 66 | 73 |
| Binary | 11001111 | 1100000 | 1101011 | 0 | 110110 | 110000 | 10011 | 101100010 | 110110 | 111011 |
Color Harmonies of #CF606B
Complementary color
Monochromatic Colors of #CF606B
Black with #CF606B
Text Example
Text Example
White with #CF606B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF606B; }
p { color: rgb(207,96,107); }
H1.HeaderClassName
{
color: #CF606B;
}
.AnyTagClassName
{
color: #CF606B;
}
</style>
background-color css
<style>
a { background-color: #CF606B; }
a { background-color: rgb(207,96,107); }
div.DivClassName
{
background-color: #CF606B;
}
.BgClassName
{
background-color: #CF606B;
}
</style>
border-color css
<style>
span { border-color: #CF606B; }
span { border-color: rgb(207,96,107); }
td.TdClassName
{
border-color: #CF606B;
}
.TagClassName
{
border-color: #CF606B;
}
</style>