Shades of Cabaret #CB6375
Tints of Cabaret #CB6375
RGB
CMYK
RGB Variations
Color information
#CB6375 (or 0xCB6375) is known color: Cabaret. HEX triplet: CB, 63 and 75. RGB value is (203,99,117). Sum of RGB (Red+Green+Blue) = 203+99+117=419 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.45% from 419); Green value is 99 (39.06% from 255 or 23.63% from 419); Blue value is 117 (46.09% from 255 or 27.92% from 419); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6375 is #349C8A. Grayscale: #848484. Windows color (decimal): -3447947 or 7693259. OLE color: 7693259.
HSL color Cylindrical-coordinate representation of color #CB6375: hue angle of 349.62º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CB6375 is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 99 | 117 | - |
| CMYK | 0 | 0.51 | 0.42 | 0.20 |
| HSL | 349.62º | 0.5% | 0.59% | - |
| HSV(B) | 349.62º | 0.51% | 0.8% | - |
| XYZ | 32.3 | 22.9 | 19.55 | - |
| YUV | 132.15 | 119.46 | 178.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 99 | 117 | 0 | 0.51 | 0.42 | 0.20 | 349.62 | 0.5 | 0.59 |
| Hex | CB | 63 | 75 | 0 | 33 | 2A | 14 | 15E | 32 | 3B |
| Octal | 313 | 143 | 165 | 0 | 63 | 52 | 24 | 536 | 62 | 73 |
| Binary | 11001011 | 1100011 | 1110101 | 0 | 110011 | 101010 | 10100 | 101011110 | 110010 | 111011 |
Color Harmonies of #CB6375
Complementary color
Monochromatic Colors of #CB6375
Black with #CB6375
Text Example
Text Example
White with #CB6375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6375; }
p { color: rgb(203,99,117); }
H1.HeaderClassName
{
color: #CB6375;
}
.AnyTagClassName
{
color: #CB6375;
}
</style>
background-color css
<style>
a { background-color: #CB6375; }
a { background-color: rgb(203,99,117); }
div.DivClassName
{
background-color: #CB6375;
}
.BgClassName
{
background-color: #CB6375;
}
</style>
border-color css
<style>
span { border-color: #CB6375; }
span { border-color: rgb(203,99,117); }
td.TdClassName
{
border-color: #CB6375;
}
.TagClassName
{
border-color: #CB6375;
}
</style>