Shades of Cabaret #CD4365
Tints of Cabaret #CD4365
RGB
CMYK
RGB Variations
Color information
#CD4365 (or 0xCD4365) is known color: Cabaret. HEX triplet: CD, 43 and 65. RGB value is (205,67,101). Sum of RGB (Red+Green+Blue) = 205+67+101=373 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.96% from 373); Green value is 67 (26.56% from 255 or 17.96% from 373); Blue value is 101 (39.84% from 255 or 27.08% from 373); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4365 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD4365 is #32BC9A. Grayscale: #707070. Windows color (decimal): -3325083 or 6636493. OLE color: 6636493.
HSL color Cylindrical-coordinate representation of color #CD4365: hue angle of 345.22º 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 #CD4365 is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 67 | 101 | - |
| CMYK | 0 | 0.67 | 0.51 | 0.20 |
| HSL | 345.22º | 0.58% | 0.53% | - |
| HSV(B) | 345.22º | 0.67% | 0.8% | - |
| XYZ | 29.53 | 17.93 | 14.22 | - |
| YUV | 112.14 | 121.72 | 194.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 67 | 101 | 0 | 0.67 | 0.51 | 0.20 | 345.22 | 0.58 | 0.53 |
| Hex | CD | 43 | 65 | 0 | 43 | 33 | 14 | 159 | 3A | 35 |
| Octal | 315 | 103 | 145 | 0 | 103 | 63 | 24 | 531 | 72 | 65 |
| Binary | 11001101 | 1000011 | 1100101 | 0 | 1000011 | 110011 | 10100 | 101011001 | 111010 | 110101 |
Color Harmonies of #CD4365
Complementary color
Monochromatic Colors of #CD4365
Black with #CD4365
Text Example
Text Example
White with #CD4365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4365; }
p { color: rgb(205,67,101); }
H1.HeaderClassName
{
color: #CD4365;
}
.AnyTagClassName
{
color: #CD4365;
}
</style>
background-color css
<style>
a { background-color: #CD4365; }
a { background-color: rgb(205,67,101); }
div.DivClassName
{
background-color: #CD4365;
}
.BgClassName
{
background-color: #CD4365;
}
</style>
border-color css
<style>
span { border-color: #CD4365; }
span { border-color: rgb(205,67,101); }
td.TdClassName
{
border-color: #CD4365;
}
.TagClassName
{
border-color: #CD4365;
}
</style>