Shades of Cabaret #CB6875
Tints of Cabaret #CB6875
RGB
CMYK
RGB Variations
Color information
#CB6875 (or 0xCB6875) is known color: Cabaret. HEX triplet: CB, 68 and 75. RGB value is (203,104,117). Sum of RGB (Red+Green+Blue) = 203+104+117=424 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.88% from 424); Green value is 104 (41.02% from 255 or 24.53% from 424); Blue value is 117 (46.09% from 255 or 27.59% from 424); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6875 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6875 is #34978A. Grayscale: #878787. Windows color (decimal): -3446667 or 7694539. OLE color: 7694539.
HSL color Cylindrical-coordinate representation of color #CB6875: hue angle of 352.12º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CB6875 is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 104 | 117 | - |
| CMYK | 0 | 0.49 | 0.42 | 0.20 |
| HSL | 352.12º | 0.49% | 0.6% | - |
| HSV(B) | 352.12º | 0.49% | 0.8% | - |
| XYZ | 32.79 | 23.88 | 19.71 | - |
| YUV | 135.08 | 117.8 | 176.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 104 | 117 | 0 | 0.49 | 0.42 | 0.20 | 352.12 | 0.49 | 0.6 |
| Hex | CB | 68 | 75 | 0 | 31 | 2A | 14 | 160 | 31 | 3C |
| Octal | 313 | 150 | 165 | 0 | 61 | 52 | 24 | 540 | 61 | 74 |
| Binary | 11001011 | 1101000 | 1110101 | 0 | 110001 | 101010 | 10100 | 101100000 | 110001 | 111100 |
Color Harmonies of #CB6875
Complementary color
Monochromatic Colors of #CB6875
Black with #CB6875
Text Example
Text Example
White with #CB6875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6875; }
p { color: rgb(203,104,117); }
H1.HeaderClassName
{
color: #CB6875;
}
.AnyTagClassName
{
color: #CB6875;
}
</style>
background-color css
<style>
a { background-color: #CB6875; }
a { background-color: rgb(203,104,117); }
div.DivClassName
{
background-color: #CB6875;
}
.BgClassName
{
background-color: #CB6875;
}
</style>
border-color css
<style>
span { border-color: #CB6875; }
span { border-color: rgb(203,104,117); }
td.TdClassName
{
border-color: #CB6875;
}
.TagClassName
{
border-color: #CB6875;
}
</style>