Shades of Cabaret #CB6572
Tints of Cabaret #CB6572
RGB
CMYK
RGB Variations
Color information
#CB6572 (or 0xCB6572) is known color: Cabaret. HEX triplet: CB, 65 and 72. RGB value is (203,101,114). Sum of RGB (Red+Green+Blue) = 203+101+114=418 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.56% from 418); Green value is 101 (39.84% from 255 or 24.16% from 418); Blue value is 114 (44.92% from 255 or 27.27% from 418); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6572 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6572 is #349A8D. Grayscale: #858585. Windows color (decimal): -3447438 or 7497163. OLE color: 7497163.
HSL color Cylindrical-coordinate representation of color #CB6572: hue angle of 352.35º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CB6572 is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 101 | 114 | - |
| CMYK | 0 | 0.50 | 0.44 | 0.20 |
| HSL | 352.35º | 0.5% | 0.6% | - |
| HSV(B) | 352.35º | 0.5% | 0.8% | - |
| XYZ | 32.32 | 23.22 | 18.7 | - |
| YUV | 132.98 | 117.29 | 177.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 101 | 114 | 0 | 0.50 | 0.44 | 0.20 | 352.35 | 0.5 | 0.6 |
| Hex | CB | 65 | 72 | 0 | 32 | 2C | 14 | 160 | 32 | 3C |
| Octal | 313 | 145 | 162 | 0 | 62 | 54 | 24 | 540 | 62 | 74 |
| Binary | 11001011 | 1100101 | 1110010 | 0 | 110010 | 101100 | 10100 | 101100000 | 110010 | 111100 |
Color Harmonies of #CB6572
Complementary color
Monochromatic Colors of #CB6572
Black with #CB6572
Text Example
Text Example
White with #CB6572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6572; }
p { color: rgb(203,101,114); }
H1.HeaderClassName
{
color: #CB6572;
}
.AnyTagClassName
{
color: #CB6572;
}
</style>
background-color css
<style>
a { background-color: #CB6572; }
a { background-color: rgb(203,101,114); }
div.DivClassName
{
background-color: #CB6572;
}
.BgClassName
{
background-color: #CB6572;
}
</style>
border-color css
<style>
span { border-color: #CB6572; }
span { border-color: rgb(203,101,114); }
td.TdClassName
{
border-color: #CB6572;
}
.TagClassName
{
border-color: #CB6572;
}
</style>