Shades of Cabaret #C34B65
Tints of Cabaret #C34B65
RGB
CMYK
RGB Variations
Color information
#C34B65 (or 0xC34B65) is known color: Cabaret. HEX triplet: C3, 4B and 65. RGB value is (195,75,101). Sum of RGB (Red+Green+Blue) = 195+75+101=371 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.56% from 371); Green value is 75 (29.69% from 255 or 20.22% from 371); Blue value is 101 (39.84% from 255 or 27.22% from 371); Max value from RGB is 195 - color contains mainly: red. Hex color #C34B65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34B65 is #3CB49A. Grayscale: #717171. Windows color (decimal): -3978395 or 6638531. OLE color: 6638531.
HSL color Cylindrical-coordinate representation of color #C34B65: hue angle of 347º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C34B65 is Cyan = 0, Magento = 0.62, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 75 | 101 | - |
| CMYK | 0 | 0.62 | 0.48 | 0.24 |
| HSL | 347º | 0.5% | 0.53% | - |
| HSV(B) | 347º | 0.62% | 0.76% | - |
| XYZ | 27.37 | 17.57 | 14.26 | - |
| YUV | 113.84 | 120.76 | 185.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 75 | 101 | 0 | 0.62 | 0.48 | 0.24 | 347 | 0.5 | 0.53 |
| Hex | C3 | 4B | 65 | 0 | 3E | 30 | 18 | 15B | 32 | 35 |
| Octal | 303 | 113 | 145 | 0 | 76 | 60 | 30 | 533 | 62 | 65 |
| Binary | 11000011 | 1001011 | 1100101 | 0 | 111110 | 110000 | 11000 | 101011011 | 110010 | 110101 |
Color Harmonies of #C34B65
Complementary color
Monochromatic Colors of #C34B65
Black with #C34B65
Text Example
Text Example
White with #C34B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34B65; }
p { color: rgb(195,75,101); }
H1.HeaderClassName
{
color: #C34B65;
}
.AnyTagClassName
{
color: #C34B65;
}
</style>
background-color css
<style>
a { background-color: #C34B65; }
a { background-color: rgb(195,75,101); }
div.DivClassName
{
background-color: #C34B65;
}
.BgClassName
{
background-color: #C34B65;
}
</style>
border-color css
<style>
span { border-color: #C34B65; }
span { border-color: rgb(195,75,101); }
td.TdClassName
{
border-color: #C34B65;
}
.TagClassName
{
border-color: #C34B65;
}
</style>