Shades of Cabaret #CF627B
Tints of Cabaret #CF627B
RGB
CMYK
RGB Variations
Color information
#CF627B (or 0xCF627B) is known color: Cabaret. HEX triplet: CF, 62 and 7B. RGB value is (207,98,123). Sum of RGB (Red+Green+Blue) = 207+98+123=428 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.36% from 428); Green value is 98 (38.67% from 255 or 22.90% from 428); Blue value is 123 (48.44% from 255 or 28.74% from 428); Max value from RGB is 207 - color contains mainly: red. Hex color #CF627B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF627B is #309D84. Grayscale: #858585. Windows color (decimal): -3186053 or 8086223. OLE color: 8086223.
HSL color Cylindrical-coordinate representation of color #CF627B: hue angle of 346.24º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CF627B is Cyan = 0, Magento = 0.53, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 98 | 123 | - |
| CMYK | 0 | 0.53 | 0.41 | 0.19 |
| HSL | 346.24º | 0.53% | 0.6% | - |
| HSV(B) | 346.24º | 0.53% | 0.81% | - |
| XYZ | 33.67 | 23.43 | 21.49 | - |
| YUV | 133.44 | 122.11 | 180.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 98 | 123 | 0 | 0.53 | 0.41 | 0.19 | 346.24 | 0.53 | 0.6 |
| Hex | CF | 62 | 7B | 0 | 35 | 29 | 13 | 15A | 35 | 3C |
| Octal | 317 | 142 | 173 | 0 | 65 | 51 | 23 | 532 | 65 | 74 |
| Binary | 11001111 | 1100010 | 1111011 | 0 | 110101 | 101001 | 10011 | 101011010 | 110101 | 111100 |
Color Harmonies of #CF627B
Complementary color
Monochromatic Colors of #CF627B
Black with #CF627B
Text Example
Text Example
White with #CF627B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF627B; }
p { color: rgb(207,98,123); }
H1.HeaderClassName
{
color: #CF627B;
}
.AnyTagClassName
{
color: #CF627B;
}
</style>
background-color css
<style>
a { background-color: #CF627B; }
a { background-color: rgb(207,98,123); }
div.DivClassName
{
background-color: #CF627B;
}
.BgClassName
{
background-color: #CF627B;
}
</style>
border-color css
<style>
span { border-color: #CF627B; }
span { border-color: rgb(207,98,123); }
td.TdClassName
{
border-color: #CF627B;
}
.TagClassName
{
border-color: #CF627B;
}
</style>