Shades of Cabaret #CD436C
Tints of Cabaret #CD436C
RGB
CMYK
RGB Variations
Color information
#CD436C (or 0xCD436C) is known color: Cabaret. HEX triplet: CD, 43 and 6C. RGB value is (205,67,108). Sum of RGB (Red+Green+Blue) = 205+67+108=380 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.95% from 380); Green value is 67 (26.56% from 255 or 17.63% from 380); Blue value is 108 (42.58% from 255 or 28.42% from 380); Max value from RGB is 205 - color contains mainly: red. Hex color #CD436C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD436C is #32BC93. Grayscale: #707070. Windows color (decimal): -3325076 or 7095245. OLE color: 7095245.
HSL color Cylindrical-coordinate representation of color #CD436C: hue angle of 342.17º degrees, saturation: 0.58, 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 #CD436C is Cyan = 0, Magento = 0.67, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 67 | 108 | - |
| CMYK | 0 | 0.67 | 0.47 | 0.20 |
| HSL | 342.17º | 0.58% | 0.53% | - |
| HSV(B) | 342.17º | 0.67% | 0.8% | - |
| XYZ | 29.89 | 18.08 | 16.1 | - |
| YUV | 112.94 | 125.22 | 193.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 67 | 108 | 0 | 0.67 | 0.47 | 0.20 | 342.17 | 0.58 | 0.53 |
| Hex | CD | 43 | 6C | 0 | 43 | 2F | 14 | 156 | 3A | 35 |
| Octal | 315 | 103 | 154 | 0 | 103 | 57 | 24 | 526 | 72 | 65 |
| Binary | 11001101 | 1000011 | 1101100 | 0 | 1000011 | 101111 | 10100 | 101010110 | 111010 | 110101 |
Color Harmonies of #CD436C
Complementary color
Monochromatic Colors of #CD436C
Black with #CD436C
Text Example
Text Example
White with #CD436C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD436C; }
p { color: rgb(205,67,108); }
H1.HeaderClassName
{
color: #CD436C;
}
.AnyTagClassName
{
color: #CD436C;
}
</style>
background-color css
<style>
a { background-color: #CD436C; }
a { background-color: rgb(205,67,108); }
div.DivClassName
{
background-color: #CD436C;
}
.BgClassName
{
background-color: #CD436C;
}
</style>
border-color css
<style>
span { border-color: #CD436C; }
span { border-color: rgb(205,67,108); }
td.TdClassName
{
border-color: #CD436C;
}
.TagClassName
{
border-color: #CD436C;
}
</style>