Shades of Cabaret #C44669
Tints of Cabaret #C44669
RGB
CMYK
RGB Variations
Color information
#C44669 (or 0xC44669) is known color: Cabaret. HEX triplet: C4, 46 and 69. RGB value is (196,70,105). Sum of RGB (Red+Green+Blue) = 196+70+105=371 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.83% from 371); Green value is 70 (27.73% from 255 or 18.87% from 371); Blue value is 105 (41.41% from 255 or 28.30% from 371); Max value from RGB is 196 - color contains mainly: red. Hex color #C44669 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44669 is #3BB996. Grayscale: #6F6F6F. Windows color (decimal): -3914135 or 6899396. OLE color: 6899396.
HSL color Cylindrical-coordinate representation of color #C44669: hue angle of 343.33º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C44669 is Cyan = 0, Magento = 0.64, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 70 | 105 | - |
| CMYK | 0 | 0.64 | 0.46 | 0.23 |
| HSL | 343.33º | 0.52% | 0.52% | - |
| HSV(B) | 343.33º | 0.64% | 0.77% | - |
| XYZ | 27.5 | 17.14 | 15.22 | - |
| YUV | 111.66 | 124.24 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 70 | 105 | 0 | 0.64 | 0.46 | 0.23 | 343.33 | 0.52 | 0.52 |
| Hex | C4 | 46 | 69 | 0 | 40 | 2E | 17 | 157 | 34 | 34 |
| Octal | 304 | 106 | 151 | 0 | 100 | 56 | 27 | 527 | 64 | 64 |
| Binary | 11000100 | 1000110 | 1101001 | 0 | 1000000 | 101110 | 10111 | 101010111 | 110100 | 110100 |
Color Harmonies of #C44669
Complementary color
Monochromatic Colors of #C44669
Black with #C44669
Text Example
Text Example
White with #C44669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44669; }
p { color: rgb(196,70,105); }
H1.HeaderClassName
{
color: #C44669;
}
.AnyTagClassName
{
color: #C44669;
}
</style>
background-color css
<style>
a { background-color: #C44669; }
a { background-color: rgb(196,70,105); }
div.DivClassName
{
background-color: #C44669;
}
.BgClassName
{
background-color: #C44669;
}
</style>
border-color css
<style>
span { border-color: #C44669; }
span { border-color: rgb(196,70,105); }
td.TdClassName
{
border-color: #C44669;
}
.TagClassName
{
border-color: #C44669;
}
</style>