Shades of Cabaret #CB627A
Tints of Cabaret #CB627A
RGB
CMYK
RGB Variations
Color information
#CB627A (or 0xCB627A) is known color: Cabaret. HEX triplet: CB, 62 and 7A. RGB value is (203,98,122). Sum of RGB (Red+Green+Blue) = 203+98+122=423 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.99% from 423); Green value is 98 (38.67% from 255 or 23.17% from 423); Blue value is 122 (48.05% from 255 or 28.84% from 423); Max value from RGB is 203 - color contains mainly: red. Hex color #CB627A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB627A is #349D85. Grayscale: #848484. Windows color (decimal): -3448198 or 8020683. OLE color: 8020683.
HSL color Cylindrical-coordinate representation of color #CB627A: hue angle of 346.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 #CB627A is Cyan = 0, Magento = 0.52, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 98 | 122 | - |
| CMYK | 0 | 0.52 | 0.40 | 0.20 |
| HSL | 346.29º | 0.5% | 0.59% | - |
| HSV(B) | 346.29º | 0.52% | 0.8% | - |
| XYZ | 32.51 | 22.84 | 21.11 | - |
| YUV | 132.13 | 122.29 | 178.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 98 | 122 | 0 | 0.52 | 0.40 | 0.20 | 346.29 | 0.5 | 0.59 |
| Hex | CB | 62 | 7A | 0 | 34 | 28 | 14 | 15A | 32 | 3B |
| Octal | 313 | 142 | 172 | 0 | 64 | 50 | 24 | 532 | 62 | 73 |
| Binary | 11001011 | 1100010 | 1111010 | 0 | 110100 | 101000 | 10100 | 101011010 | 110010 | 111011 |
Color Harmonies of #CB627A
Complementary color
Monochromatic Colors of #CB627A
Black with #CB627A
Text Example
Text Example
White with #CB627A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB627A; }
p { color: rgb(203,98,122); }
H1.HeaderClassName
{
color: #CB627A;
}
.AnyTagClassName
{
color: #CB627A;
}
</style>
background-color css
<style>
a { background-color: #CB627A; }
a { background-color: rgb(203,98,122); }
div.DivClassName
{
background-color: #CB627A;
}
.BgClassName
{
background-color: #CB627A;
}
</style>
border-color css
<style>
span { border-color: #CB627A; }
span { border-color: rgb(203,98,122); }
td.TdClassName
{
border-color: #CB627A;
}
.TagClassName
{
border-color: #CB627A;
}
</style>