Shades of Cabaret #CB6177
Tints of Cabaret #CB6177
RGB
CMYK
RGB Variations
Color information
#CB6177 (or 0xCB6177) is known color: Cabaret. HEX triplet: CB, 61 and 77. RGB value is (203,97,119). Sum of RGB (Red+Green+Blue) = 203+97+119=419 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.45% from 419); Green value is 97 (38.28% from 255 or 23.15% from 419); Blue value is 119 (46.88% from 255 or 28.40% from 419); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6177 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6177 is #349E88. Grayscale: #838383. Windows color (decimal): -3448457 or 7823819. OLE color: 7823819.
HSL color Cylindrical-coordinate representation of color #CB6177: hue angle of 347.55º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CB6177 is Cyan = 0, Magento = 0.52, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 97 | 119 | - |
| CMYK | 0 | 0.52 | 0.41 | 0.20 |
| HSL | 347.55º | 0.5% | 0.59% | - |
| HSV(B) | 347.55º | 0.52% | 0.8% | - |
| XYZ | 32.23 | 22.58 | 20.11 | - |
| YUV | 131.2 | 121.12 | 179.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 97 | 119 | 0 | 0.52 | 0.41 | 0.20 | 347.55 | 0.5 | 0.59 |
| Hex | CB | 61 | 77 | 0 | 34 | 29 | 14 | 15C | 32 | 3B |
| Octal | 313 | 141 | 167 | 0 | 64 | 51 | 24 | 534 | 62 | 73 |
| Binary | 11001011 | 1100001 | 1110111 | 0 | 110100 | 101001 | 10100 | 101011100 | 110010 | 111011 |
Color Harmonies of #CB6177
Complementary color
Monochromatic Colors of #CB6177
Black with #CB6177
Text Example
Text Example
White with #CB6177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6177; }
p { color: rgb(203,97,119); }
H1.HeaderClassName
{
color: #CB6177;
}
.AnyTagClassName
{
color: #CB6177;
}
</style>
background-color css
<style>
a { background-color: #CB6177; }
a { background-color: rgb(203,97,119); }
div.DivClassName
{
background-color: #CB6177;
}
.BgClassName
{
background-color: #CB6177;
}
</style>
border-color css
<style>
span { border-color: #CB6177; }
span { border-color: rgb(203,97,119); }
td.TdClassName
{
border-color: #CB6177;
}
.TagClassName
{
border-color: #CB6177;
}
</style>