Shades of Cabaret #C95267
Tints of Cabaret #C95267
RGB
CMYK
RGB Variations
Color information
#C95267 (or 0xC95267) is known color: Cabaret. HEX triplet: C9, 52 and 67. RGB value is (201,82,103). Sum of RGB (Red+Green+Blue) = 201+82+103=386 (51% of max value = 765). Red value is 201 (78.91% from 255 or 52.07% from 386); Green value is 82 (32.42% from 255 or 21.24% from 386); Blue value is 103 (40.62% from 255 or 26.68% from 386); Max value from RGB is 201 - color contains mainly: red. Hex color #C95267 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95267 is #36AD98. Grayscale: #787878. Windows color (decimal): -3583385 or 6771401. OLE color: 6771401.
HSL color Cylindrical-coordinate representation of color #C95267: hue angle of 349.41º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C95267 is Cyan = 0, Magento = 0.59, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 82 | 103 | - |
| CMYK | 0 | 0.59 | 0.49 | 0.21 |
| HSL | 349.41º | 0.52% | 0.55% | - |
| HSV(B) | 349.41º | 0.59% | 0.79% | - |
| XYZ | 29.55 | 19.43 | 15.02 | - |
| YUV | 119.98 | 118.42 | 185.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 82 | 103 | 0 | 0.59 | 0.49 | 0.21 | 349.41 | 0.52 | 0.55 |
| Hex | C9 | 52 | 67 | 0 | 3B | 31 | 15 | 15D | 34 | 37 |
| Octal | 311 | 122 | 147 | 0 | 73 | 61 | 25 | 535 | 64 | 67 |
| Binary | 11001001 | 1010010 | 1100111 | 0 | 111011 | 110001 | 10101 | 101011101 | 110100 | 110111 |
Color Harmonies of #C95267
Complementary color
Monochromatic Colors of #C95267
Black with #C95267
Text Example
Text Example
White with #C95267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95267; }
p { color: rgb(201,82,103); }
H1.HeaderClassName
{
color: #C95267;
}
.AnyTagClassName
{
color: #C95267;
}
</style>
background-color css
<style>
a { background-color: #C95267; }
a { background-color: rgb(201,82,103); }
div.DivClassName
{
background-color: #C95267;
}
.BgClassName
{
background-color: #C95267;
}
</style>
border-color css
<style>
span { border-color: #C95267; }
span { border-color: rgb(201,82,103); }
td.TdClassName
{
border-color: #C95267;
}
.TagClassName
{
border-color: #C95267;
}
</style>