Shades of Cabaret #CB666F
Tints of Cabaret #CB666F
RGB
CMYK
RGB Variations
Color information
#CB666F (or 0xCB666F) is known color: Cabaret. HEX triplet: CB, 66 and 6F. RGB value is (203,102,111). Sum of RGB (Red+Green+Blue) = 203+102+111=416 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.80% from 416); Green value is 102 (40.23% from 255 or 24.52% from 416); Blue value is 111 (43.75% from 255 or 26.68% from 416); Max value from RGB is 203 - color contains mainly: red. Hex color #CB666F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB666F is #349990. Grayscale: #858585. Windows color (decimal): -3447185 or 7300811. OLE color: 7300811.
HSL color Cylindrical-coordinate representation of color #CB666F: hue angle of 354.65º degrees, saturation: 0.49, 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 #CB666F is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 102 | 111 | - |
| CMYK | 0 | 0.50 | 0.45 | 0.20 |
| HSL | 354.65º | 0.49% | 0.6% | - |
| HSV(B) | 354.65º | 0.5% | 0.8% | - |
| XYZ | 32.25 | 23.35 | 17.85 | - |
| YUV | 133.23 | 115.46 | 177.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 102 | 111 | 0 | 0.50 | 0.45 | 0.20 | 354.65 | 0.49 | 0.6 |
| Hex | CB | 66 | 6F | 0 | 32 | 2D | 14 | 163 | 31 | 3C |
| Octal | 313 | 146 | 157 | 0 | 62 | 55 | 24 | 543 | 61 | 74 |
| Binary | 11001011 | 1100110 | 1101111 | 0 | 110010 | 101101 | 10100 | 101100011 | 110001 | 111100 |
Color Harmonies of #CB666F
Complementary color
Monochromatic Colors of #CB666F
Black with #CB666F
Text Example
Text Example
White with #CB666F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB666F; }
p { color: rgb(203,102,111); }
H1.HeaderClassName
{
color: #CB666F;
}
.AnyTagClassName
{
color: #CB666F;
}
</style>
background-color css
<style>
a { background-color: #CB666F; }
a { background-color: rgb(203,102,111); }
div.DivClassName
{
background-color: #CB666F;
}
.BgClassName
{
background-color: #CB666F;
}
</style>
border-color css
<style>
span { border-color: #CB666F; }
span { border-color: rgb(203,102,111); }
td.TdClassName
{
border-color: #CB666F;
}
.TagClassName
{
border-color: #CB666F;
}
</style>