Shades of Cabaret #CB6069
Tints of Cabaret #CB6069
RGB
CMYK
RGB Variations
Color information
#CB6069 (or 0xCB6069) is known color: Cabaret. HEX triplet: CB, 60 and 69. RGB value is (203,96,105). Sum of RGB (Red+Green+Blue) = 203+96+105=404 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.25% from 404); Green value is 96 (37.89% from 255 or 23.76% from 404); Blue value is 105 (41.41% from 255 or 25.99% from 404); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6069 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6069 is #349F96. Grayscale: #818181. Windows color (decimal): -3448727 or 6906059. OLE color: 6906059.
HSL color Cylindrical-coordinate representation of color #CB6069: hue angle of 354.95º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CB6069 is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 96 | 105 | - |
| CMYK | 0 | 0.53 | 0.48 | 0.20 |
| HSL | 354.95º | 0.51% | 0.59% | - |
| HSV(B) | 354.95º | 0.53% | 0.8% | - |
| XYZ | 31.36 | 22.08 | 15.97 | - |
| YUV | 129.02 | 114.45 | 180.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 96 | 105 | 0 | 0.53 | 0.48 | 0.20 | 354.95 | 0.51 | 0.59 |
| Hex | CB | 60 | 69 | 0 | 35 | 30 | 14 | 163 | 33 | 3B |
| Octal | 313 | 140 | 151 | 0 | 65 | 60 | 24 | 543 | 63 | 73 |
| Binary | 11001011 | 1100000 | 1101001 | 0 | 110101 | 110000 | 10100 | 101100011 | 110011 | 111011 |
Color Harmonies of #CB6069
Complementary color
Monochromatic Colors of #CB6069
Black with #CB6069
Text Example
Text Example
White with #CB6069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6069; }
p { color: rgb(203,96,105); }
H1.HeaderClassName
{
color: #CB6069;
}
.AnyTagClassName
{
color: #CB6069;
}
</style>
background-color css
<style>
a { background-color: #CB6069; }
a { background-color: rgb(203,96,105); }
div.DivClassName
{
background-color: #CB6069;
}
.BgClassName
{
background-color: #CB6069;
}
</style>
border-color css
<style>
span { border-color: #CB6069; }
span { border-color: rgb(203,96,105); }
td.TdClassName
{
border-color: #CB6069;
}
.TagClassName
{
border-color: #CB6069;
}
</style>