Shades of Cabaret #CB617D
Tints of Cabaret #CB617D
RGB
CMYK
RGB Variations
Color information
#CB617D (or 0xCB617D) is known color: Cabaret. HEX triplet: CB, 61 and 7D. RGB value is (203,97,125). Sum of RGB (Red+Green+Blue) = 203+97+125=425 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.76% from 425); Green value is 97 (38.28% from 255 or 22.82% from 425); Blue value is 125 (49.22% from 255 or 29.41% from 425); Max value from RGB is 203 - color contains mainly: red. Hex color #CB617D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB617D is #349E82. Grayscale: #838383. Windows color (decimal): -3448451 or 8217035. OLE color: 8217035.
HSL color Cylindrical-coordinate representation of color #CB617D: hue angle of 344.15º 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 #CB617D is Cyan = 0, Magento = 0.52, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 97 | 125 | - |
| CMYK | 0 | 0.52 | 0.38 | 0.20 |
| HSL | 344.15º | 0.5% | 0.59% | - |
| HSV(B) | 344.15º | 0.52% | 0.8% | - |
| XYZ | 32.6 | 22.73 | 22.07 | - |
| YUV | 131.89 | 124.12 | 178.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 97 | 125 | 0 | 0.52 | 0.38 | 0.20 | 344.15 | 0.5 | 0.59 |
| Hex | CB | 61 | 7D | 0 | 34 | 26 | 14 | 158 | 32 | 3B |
| Octal | 313 | 141 | 175 | 0 | 64 | 46 | 24 | 530 | 62 | 73 |
| Binary | 11001011 | 1100001 | 1111101 | 0 | 110100 | 100110 | 10100 | 101011000 | 110010 | 111011 |
Color Harmonies of #CB617D
Complementary color
Monochromatic Colors of #CB617D
Black with #CB617D
Text Example
Text Example
White with #CB617D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB617D; }
p { color: rgb(203,97,125); }
H1.HeaderClassName
{
color: #CB617D;
}
.AnyTagClassName
{
color: #CB617D;
}
</style>
background-color css
<style>
a { background-color: #CB617D; }
a { background-color: rgb(203,97,125); }
div.DivClassName
{
background-color: #CB617D;
}
.BgClassName
{
background-color: #CB617D;
}
</style>
border-color css
<style>
span { border-color: #CB617D; }
span { border-color: rgb(203,97,125); }
td.TdClassName
{
border-color: #CB617D;
}
.TagClassName
{
border-color: #CB617D;
}
</style>