Shades of Cabaret #CB6273
Tints of Cabaret #CB6273
RGB
CMYK
RGB Variations
Color information
#CB6273 (or 0xCB6273) is known color: Cabaret. HEX triplet: CB, 62 and 73. RGB value is (203,98,115). Sum of RGB (Red+Green+Blue) = 203+98+115=416 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.80% from 416); Green value is 98 (38.67% from 255 or 23.56% from 416); Blue value is 115 (45.31% from 255 or 27.64% from 416); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6273 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6273 is #349D8C. Grayscale: #838383. Windows color (decimal): -3448205 or 7561931. OLE color: 7561931.
HSL color Cylindrical-coordinate representation of color #CB6273: hue angle of 350.29º 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 #CB6273 is Cyan = 0, Magento = 0.52, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 98 | 115 | - |
| CMYK | 0 | 0.52 | 0.43 | 0.20 |
| HSL | 350.29º | 0.5% | 0.59% | - |
| HSV(B) | 350.29º | 0.52% | 0.8% | - |
| XYZ | 32.09 | 22.67 | 18.9 | - |
| YUV | 131.33 | 118.79 | 179.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 98 | 115 | 0 | 0.52 | 0.43 | 0.20 | 350.29 | 0.5 | 0.59 |
| Hex | CB | 62 | 73 | 0 | 34 | 2B | 14 | 15E | 32 | 3B |
| Octal | 313 | 142 | 163 | 0 | 64 | 53 | 24 | 536 | 62 | 73 |
| Binary | 11001011 | 1100010 | 1110011 | 0 | 110100 | 101011 | 10100 | 101011110 | 110010 | 111011 |
Color Harmonies of #CB6273
Complementary color
Monochromatic Colors of #CB6273
Black with #CB6273
Text Example
Text Example
White with #CB6273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6273; }
p { color: rgb(203,98,115); }
H1.HeaderClassName
{
color: #CB6273;
}
.AnyTagClassName
{
color: #CB6273;
}
</style>
background-color css
<style>
a { background-color: #CB6273; }
a { background-color: rgb(203,98,115); }
div.DivClassName
{
background-color: #CB6273;
}
.BgClassName
{
background-color: #CB6273;
}
</style>
border-color css
<style>
span { border-color: #CB6273; }
span { border-color: rgb(203,98,115); }
td.TdClassName
{
border-color: #CB6273;
}
.TagClassName
{
border-color: #CB6273;
}
</style>