Shades of Cabaret #C65A69
Tints of Cabaret #C65A69
RGB
CMYK
RGB Variations
Color information
#C65A69 (or 0xC65A69) is known color: Cabaret. HEX triplet: C6, 5A and 69. RGB value is (198,90,105). Sum of RGB (Red+Green+Blue) = 198+90+105=393 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.38% from 393); Green value is 90 (35.55% from 255 or 22.90% from 393); Blue value is 105 (41.41% from 255 or 26.72% from 393); Max value from RGB is 198 - color contains mainly: red. Hex color #C65A69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65A69 is #39A596. Grayscale: #7C7C7C. Windows color (decimal): -3777943 or 6904518. OLE color: 6904518.
HSL color Cylindrical-coordinate representation of color #C65A69: hue angle of 351.67º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C65A69 is Cyan = 0, Magento = 0.55, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 90 | 105 | - |
| CMYK | 0 | 0.55 | 0.47 | 0.22 |
| HSL | 351.67º | 0.49% | 0.56% | - |
| HSV(B) | 351.67º | 0.55% | 0.78% | - |
| XYZ | 29.49 | 20.34 | 15.74 | - |
| YUV | 124 | 117.28 | 180.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 90 | 105 | 0 | 0.55 | 0.47 | 0.22 | 351.67 | 0.49 | 0.56 |
| Hex | C6 | 5A | 69 | 0 | 37 | 2F | 16 | 160 | 31 | 38 |
| Octal | 306 | 132 | 151 | 0 | 67 | 57 | 26 | 540 | 61 | 70 |
| Binary | 11000110 | 1011010 | 1101001 | 0 | 110111 | 101111 | 10110 | 101100000 | 110001 | 111000 |
Color Harmonies of #C65A69
Complementary color
Monochromatic Colors of #C65A69
Black with #C65A69
Text Example
Text Example
White with #C65A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65A69; }
p { color: rgb(198,90,105); }
H1.HeaderClassName
{
color: #C65A69;
}
.AnyTagClassName
{
color: #C65A69;
}
</style>
background-color css
<style>
a { background-color: #C65A69; }
a { background-color: rgb(198,90,105); }
div.DivClassName
{
background-color: #C65A69;
}
.BgClassName
{
background-color: #C65A69;
}
</style>
border-color css
<style>
span { border-color: #C65A69; }
span { border-color: rgb(198,90,105); }
td.TdClassName
{
border-color: #C65A69;
}
.TagClassName
{
border-color: #C65A69;
}
</style>