Shades of Cabaret #CB4467
Tints of Cabaret #CB4467
RGB
CMYK
RGB Variations
Color information
#CB4467 (or 0xCB4467) is known color: Cabaret. HEX triplet: CB, 44 and 67. RGB value is (203,68,103). Sum of RGB (Red+Green+Blue) = 203+68+103=374 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.28% from 374); Green value is 68 (26.95% from 255 or 18.18% from 374); Blue value is 103 (40.62% from 255 or 27.54% from 374); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4467 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4467 is #34BB98. Grayscale: #707070. Windows color (decimal): -3455897 or 6767819. OLE color: 6767819.
HSL color Cylindrical-coordinate representation of color #CB4467: hue angle of 344.44º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CB4467 is Cyan = 0, Magento = 0.67, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 68 | 103 | - |
| CMYK | 0 | 0.67 | 0.49 | 0.20 |
| HSL | 344.44º | 0.56% | 0.53% | - |
| HSV(B) | 344.44º | 0.67% | 0.8% | - |
| XYZ | 29.14 | 17.81 | 14.73 | - |
| YUV | 112.36 | 122.73 | 192.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 68 | 103 | 0 | 0.67 | 0.49 | 0.20 | 344.44 | 0.56 | 0.53 |
| Hex | CB | 44 | 67 | 0 | 43 | 31 | 14 | 158 | 38 | 35 |
| Octal | 313 | 104 | 147 | 0 | 103 | 61 | 24 | 530 | 70 | 65 |
| Binary | 11001011 | 1000100 | 1100111 | 0 | 1000011 | 110001 | 10100 | 101011000 | 111000 | 110101 |
Color Harmonies of #CB4467
Complementary color
Monochromatic Colors of #CB4467
Black with #CB4467
Text Example
Text Example
White with #CB4467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4467; }
p { color: rgb(203,68,103); }
H1.HeaderClassName
{
color: #CB4467;
}
.AnyTagClassName
{
color: #CB4467;
}
</style>
background-color css
<style>
a { background-color: #CB4467; }
a { background-color: rgb(203,68,103); }
div.DivClassName
{
background-color: #CB4467;
}
.BgClassName
{
background-color: #CB4467;
}
</style>
border-color css
<style>
span { border-color: #CB4467; }
span { border-color: rgb(203,68,103); }
td.TdClassName
{
border-color: #CB4467;
}
.TagClassName
{
border-color: #CB4467;
}
</style>