Shades of Cabaret #C83D65
Tints of Cabaret #C83D65
RGB
CMYK
RGB Variations
Color information
#C83D65 (or 0xC83D65) is known color: Cabaret. HEX triplet: C8, 3D and 65. RGB value is (200,61,101). Sum of RGB (Red+Green+Blue) = 200+61+101=362 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.25% from 362); Green value is 61 (24.22% from 255 or 16.85% from 362); Blue value is 101 (39.84% from 255 or 27.90% from 362); Max value from RGB is 200 - color contains mainly: red. Hex color #C83D65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83D65 is #37C29A. Grayscale: #6B6B6B. Windows color (decimal): -3654299 or 6634952. OLE color: 6634952.
HSL color Cylindrical-coordinate representation of color #C83D65: hue angle of 342.73º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C83D65 is Cyan = 0, Magento = 0.69, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 61 | 101 | - |
| CMYK | 0 | 0.69 | 0.49 | 0.22 |
| HSL | 342.73º | 0.56% | 0.51% | - |
| HSV(B) | 342.73º | 0.7% | 0.78% | - |
| XYZ | 27.84 | 16.56 | 14.04 | - |
| YUV | 107.12 | 124.55 | 194.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 61 | 101 | 0 | 0.69 | 0.49 | 0.22 | 342.73 | 0.56 | 0.51 |
| Hex | C8 | 3D | 65 | 0 | 45 | 31 | 16 | 157 | 38 | 33 |
| Octal | 310 | 75 | 145 | 0 | 105 | 61 | 26 | 527 | 70 | 63 |
| Binary | 11001000 | 111101 | 1100101 | 0 | 1000101 | 110001 | 10110 | 101010111 | 111000 | 110011 |
Color Harmonies of #C83D65
Complementary color
Monochromatic Colors of #C83D65
Black with #C83D65
Text Example
Text Example
White with #C83D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83D65; }
p { color: rgb(200,61,101); }
H1.HeaderClassName
{
color: #C83D65;
}
.AnyTagClassName
{
color: #C83D65;
}
</style>
background-color css
<style>
a { background-color: #C83D65; }
a { background-color: rgb(200,61,101); }
div.DivClassName
{
background-color: #C83D65;
}
.BgClassName
{
background-color: #C83D65;
}
</style>
border-color css
<style>
span { border-color: #C83D65; }
span { border-color: rgb(200,61,101); }
td.TdClassName
{
border-color: #C83D65;
}
.TagClassName
{
border-color: #C83D65;
}
</style>