Shades of Cabaret #C9627B
Tints of Cabaret #C9627B
RGB
CMYK
RGB Variations
Color information
#C9627B (or 0xC9627B) is known color: Cabaret. HEX triplet: C9, 62 and 7B. RGB value is (201,98,123). Sum of RGB (Red+Green+Blue) = 201+98+123=422 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.63% from 422); Green value is 98 (38.67% from 255 or 23.22% from 422); Blue value is 123 (48.44% from 255 or 29.15% from 422); Max value from RGB is 201 - color contains mainly: red. Hex color #C9627B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9627B is #369D84. Grayscale: #838383. Windows color (decimal): -3579269 or 8086217. OLE color: 8086217.
HSL color Cylindrical-coordinate representation of color #C9627B: hue angle of 345.44º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C9627B is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 98 | 123 | - |
| CMYK | 0 | 0.51 | 0.39 | 0.21 |
| HSL | 345.44º | 0.49% | 0.59% | - |
| HSV(B) | 345.44º | 0.51% | 0.79% | - |
| XYZ | 32.03 | 22.58 | 21.41 | - |
| YUV | 131.65 | 123.12 | 177.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 98 | 123 | 0 | 0.51 | 0.39 | 0.21 | 345.44 | 0.49 | 0.59 |
| Hex | C9 | 62 | 7B | 0 | 33 | 27 | 15 | 159 | 31 | 3B |
| Octal | 311 | 142 | 173 | 0 | 63 | 47 | 25 | 531 | 61 | 73 |
| Binary | 11001001 | 1100010 | 1111011 | 0 | 110011 | 100111 | 10101 | 101011001 | 110001 | 111011 |
Color Harmonies of #C9627B
Complementary color
Monochromatic Colors of #C9627B
Black with #C9627B
Text Example
Text Example
White with #C9627B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9627B; }
p { color: rgb(201,98,123); }
H1.HeaderClassName
{
color: #C9627B;
}
.AnyTagClassName
{
color: #C9627B;
}
</style>
background-color css
<style>
a { background-color: #C9627B; }
a { background-color: rgb(201,98,123); }
div.DivClassName
{
background-color: #C9627B;
}
.BgClassName
{
background-color: #C9627B;
}
</style>
border-color css
<style>
span { border-color: #C9627B; }
span { border-color: rgb(201,98,123); }
td.TdClassName
{
border-color: #C9627B;
}
.TagClassName
{
border-color: #C9627B;
}
</style>