Shades of Cabaret #C95269
Tints of Cabaret #C95269
RGB
CMYK
RGB Variations
Color information
#C95269 (or 0xC95269) is known color: Cabaret. HEX triplet: C9, 52 and 69. RGB value is (201,82,105). Sum of RGB (Red+Green+Blue) = 201+82+105=388 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.80% from 388); Green value is 82 (32.42% from 255 or 21.13% from 388); Blue value is 105 (41.41% from 255 or 27.06% from 388); Max value from RGB is 201 - color contains mainly: red. Hex color #C95269 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95269 is #36AD96. Grayscale: #787878. Windows color (decimal): -3583383 or 6902473. OLE color: 6902473.
HSL color Cylindrical-coordinate representation of color #C95269: hue angle of 348.4º 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 #C95269 is Cyan = 0, Magento = 0.59, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 82 | 105 | - |
| CMYK | 0 | 0.59 | 0.48 | 0.21 |
| HSL | 348.4º | 0.52% | 0.55% | - |
| HSV(B) | 348.4º | 0.59% | 0.79% | - |
| XYZ | 29.65 | 19.47 | 15.56 | - |
| YUV | 120.2 | 119.42 | 185.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 82 | 105 | 0 | 0.59 | 0.48 | 0.21 | 348.4 | 0.52 | 0.55 |
| Hex | C9 | 52 | 69 | 0 | 3B | 30 | 15 | 15C | 34 | 37 |
| Octal | 311 | 122 | 151 | 0 | 73 | 60 | 25 | 534 | 64 | 67 |
| Binary | 11001001 | 1010010 | 1101001 | 0 | 111011 | 110000 | 10101 | 101011100 | 110100 | 110111 |
Color Harmonies of #C95269
Complementary color
Monochromatic Colors of #C95269
Black with #C95269
Text Example
Text Example
White with #C95269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95269; }
p { color: rgb(201,82,105); }
H1.HeaderClassName
{
color: #C95269;
}
.AnyTagClassName
{
color: #C95269;
}
</style>
background-color css
<style>
a { background-color: #C95269; }
a { background-color: rgb(201,82,105); }
div.DivClassName
{
background-color: #C95269;
}
.BgClassName
{
background-color: #C95269;
}
</style>
border-color css
<style>
span { border-color: #C95269; }
span { border-color: rgb(201,82,105); }
td.TdClassName
{
border-color: #C95269;
}
.TagClassName
{
border-color: #C95269;
}
</style>