Shades of Cabaret #CB626C
Tints of Cabaret #CB626C
RGB
CMYK
RGB Variations
Color information
#CB626C (or 0xCB626C) is known color: Cabaret. HEX triplet: CB, 62 and 6C. RGB value is (203,98,108). Sum of RGB (Red+Green+Blue) = 203+98+108=409 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.63% from 409); Green value is 98 (38.67% from 255 or 23.96% from 409); Blue value is 108 (42.58% from 255 or 26.41% from 409); Max value from RGB is 203 - color contains mainly: red. Hex color #CB626C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB626C is #349D93. Grayscale: #828282. Windows color (decimal): -3448212 or 7103179. OLE color: 7103179.
HSL color Cylindrical-coordinate representation of color #CB626C: hue angle of 354.29º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CB626C is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 98 | 108 | - |
| CMYK | 0 | 0.52 | 0.47 | 0.20 |
| HSL | 354.29º | 0.5% | 0.59% | - |
| HSV(B) | 354.29º | 0.52% | 0.8% | - |
| XYZ | 31.7 | 22.51 | 16.86 | - |
| YUV | 130.54 | 115.29 | 179.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 98 | 108 | 0 | 0.52 | 0.47 | 0.20 | 354.29 | 0.5 | 0.59 |
| Hex | CB | 62 | 6C | 0 | 34 | 2F | 14 | 162 | 32 | 3B |
| Octal | 313 | 142 | 154 | 0 | 64 | 57 | 24 | 542 | 62 | 73 |
| Binary | 11001011 | 1100010 | 1101100 | 0 | 110100 | 101111 | 10100 | 101100010 | 110010 | 111011 |
Color Harmonies of #CB626C
Complementary color
Monochromatic Colors of #CB626C
Black with #CB626C
Text Example
Text Example
White with #CB626C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB626C; }
p { color: rgb(203,98,108); }
H1.HeaderClassName
{
color: #CB626C;
}
.AnyTagClassName
{
color: #CB626C;
}
</style>
background-color css
<style>
a { background-color: #CB626C; }
a { background-color: rgb(203,98,108); }
div.DivClassName
{
background-color: #CB626C;
}
.BgClassName
{
background-color: #CB626C;
}
</style>
border-color css
<style>
span { border-color: #CB626C; }
span { border-color: rgb(203,98,108); }
td.TdClassName
{
border-color: #CB626C;
}
.TagClassName
{
border-color: #CB626C;
}
</style>