Shades of Cabaret #CD607A
Tints of Cabaret #CD607A
RGB
CMYK
RGB Variations
Color information
#CD607A (or 0xCD607A) is known color: Cabaret. HEX triplet: CD, 60 and 7A. RGB value is (205,96,122). Sum of RGB (Red+Green+Blue) = 205+96+122=423 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.46% from 423); Green value is 96 (37.89% from 255 or 22.70% from 423); Blue value is 122 (48.05% from 255 or 28.84% from 423); Max value from RGB is 205 - color contains mainly: red. Hex color #CD607A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD607A is #329F85. Grayscale: #838383. Windows color (decimal): -3317638 or 8020173. OLE color: 8020173.
HSL color Cylindrical-coordinate representation of color #CD607A: hue angle of 345.69º degrees, saturation: 0.52, 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 #CD607A is Cyan = 0, Magento = 0.53, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 96 | 122 | - |
| CMYK | 0 | 0.53 | 0.40 | 0.20 |
| HSL | 345.69º | 0.52% | 0.59% | - |
| HSV(B) | 345.69º | 0.53% | 0.8% | - |
| XYZ | 32.87 | 22.75 | 21.07 | - |
| YUV | 131.56 | 122.61 | 180.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 96 | 122 | 0 | 0.53 | 0.40 | 0.20 | 345.69 | 0.52 | 0.59 |
| Hex | CD | 60 | 7A | 0 | 35 | 28 | 14 | 15A | 34 | 3B |
| Octal | 315 | 140 | 172 | 0 | 65 | 50 | 24 | 532 | 64 | 73 |
| Binary | 11001101 | 1100000 | 1111010 | 0 | 110101 | 101000 | 10100 | 101011010 | 110100 | 111011 |
Color Harmonies of #CD607A
Complementary color
Monochromatic Colors of #CD607A
Black with #CD607A
Text Example
Text Example
White with #CD607A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD607A; }
p { color: rgb(205,96,122); }
H1.HeaderClassName
{
color: #CD607A;
}
.AnyTagClassName
{
color: #CD607A;
}
</style>
background-color css
<style>
a { background-color: #CD607A; }
a { background-color: rgb(205,96,122); }
div.DivClassName
{
background-color: #CD607A;
}
.BgClassName
{
background-color: #CD607A;
}
</style>
border-color css
<style>
span { border-color: #CD607A; }
span { border-color: rgb(205,96,122); }
td.TdClassName
{
border-color: #CD607A;
}
.TagClassName
{
border-color: #CD607A;
}
</style>