Shades of Cabaret #CD4D67
Tints of Cabaret #CD4D67
RGB
CMYK
RGB Variations
Color information
#CD4D67 (or 0xCD4D67) is known color: Cabaret. HEX triplet: CD, 4D and 67. RGB value is (205,77,103). Sum of RGB (Red+Green+Blue) = 205+77+103=385 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.25% from 385); Green value is 77 (30.47% from 255 or 20% from 385); Blue value is 103 (40.62% from 255 or 26.75% from 385); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4D67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD4D67 is #32B298. Grayscale: #767676. Windows color (decimal): -3322521 or 6770125. OLE color: 6770125.
HSL color Cylindrical-coordinate representation of color #CD4D67: hue angle of 347.81º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CD4D67 is Cyan = 0, Magento = 0.62, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 77 | 103 | - |
| CMYK | 0 | 0.62 | 0.50 | 0.20 |
| HSL | 347.81º | 0.56% | 0.55% | - |
| HSV(B) | 347.81º | 0.62% | 0.8% | - |
| XYZ | 30.28 | 19.27 | 14.95 | - |
| YUV | 118.24 | 119.41 | 189.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 77 | 103 | 0 | 0.62 | 0.50 | 0.20 | 347.81 | 0.56 | 0.55 |
| Hex | CD | 4D | 67 | 0 | 3E | 32 | 14 | 15C | 38 | 37 |
| Octal | 315 | 115 | 147 | 0 | 76 | 62 | 24 | 534 | 70 | 67 |
| Binary | 11001101 | 1001101 | 1100111 | 0 | 111110 | 110010 | 10100 | 101011100 | 111000 | 110111 |
Color Harmonies of #CD4D67
Complementary color
Monochromatic Colors of #CD4D67
Black with #CD4D67
Text Example
Text Example
White with #CD4D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4D67; }
p { color: rgb(205,77,103); }
H1.HeaderClassName
{
color: #CD4D67;
}
.AnyTagClassName
{
color: #CD4D67;
}
</style>
background-color css
<style>
a { background-color: #CD4D67; }
a { background-color: rgb(205,77,103); }
div.DivClassName
{
background-color: #CD4D67;
}
.BgClassName
{
background-color: #CD4D67;
}
</style>
border-color css
<style>
span { border-color: #CD4D67; }
span { border-color: rgb(205,77,103); }
td.TdClassName
{
border-color: #CD4D67;
}
.TagClassName
{
border-color: #CD4D67;
}
</style>