Shades of Cabaret #C65269
Tints of Cabaret #C65269
RGB
CMYK
RGB Variations
Color information
#C65269 (or 0xC65269) is known color: Cabaret. HEX triplet: C6, 52 and 69. RGB value is (198,82,105). Sum of RGB (Red+Green+Blue) = 198+82+105=385 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.43% from 385); Green value is 82 (32.42% from 255 or 21.30% from 385); Blue value is 105 (41.41% from 255 or 27.27% from 385); Max value from RGB is 198 - color contains mainly: red. Hex color #C65269 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65269 is #39AD96. Grayscale: #777777. Windows color (decimal): -3779991 or 6902470. OLE color: 6902470.
HSL color Cylindrical-coordinate representation of color #C65269: hue angle of 348.1º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C65269 is Cyan = 0, Magento = 0.59, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 82 | 105 | - |
| CMYK | 0 | 0.59 | 0.47 | 0.22 |
| HSL | 348.1º | 0.5% | 0.55% | - |
| HSV(B) | 348.1º | 0.59% | 0.78% | - |
| XYZ | 28.86 | 19.06 | 15.52 | - |
| YUV | 119.31 | 119.93 | 184.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 82 | 105 | 0 | 0.59 | 0.47 | 0.22 | 348.1 | 0.5 | 0.55 |
| Hex | C6 | 52 | 69 | 0 | 3B | 2F | 16 | 15C | 32 | 37 |
| Octal | 306 | 122 | 151 | 0 | 73 | 57 | 26 | 534 | 62 | 67 |
| Binary | 11000110 | 1010010 | 1101001 | 0 | 111011 | 101111 | 10110 | 101011100 | 110010 | 110111 |
Color Harmonies of #C65269
Complementary color
Monochromatic Colors of #C65269
Black with #C65269
Text Example
Text Example
White with #C65269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65269; }
p { color: rgb(198,82,105); }
H1.HeaderClassName
{
color: #C65269;
}
.AnyTagClassName
{
color: #C65269;
}
</style>
background-color css
<style>
a { background-color: #C65269; }
a { background-color: rgb(198,82,105); }
div.DivClassName
{
background-color: #C65269;
}
.BgClassName
{
background-color: #C65269;
}
</style>
border-color css
<style>
span { border-color: #C65269; }
span { border-color: rgb(198,82,105); }
td.TdClassName
{
border-color: #C65269;
}
.TagClassName
{
border-color: #C65269;
}
</style>