Shades of Cabaret #CC4365
Tints of Cabaret #CC4365
RGB
CMYK
RGB Variations
Color information
#CC4365 (or 0xCC4365) is known color: Cabaret. HEX triplet: CC, 43 and 65. RGB value is (204,67,101). Sum of RGB (Red+Green+Blue) = 204+67+101=372 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.84% from 372); Green value is 67 (26.56% from 255 or 18.01% from 372); Blue value is 101 (39.84% from 255 or 27.15% from 372); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4365 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4365 is #33BC9A. Grayscale: #6F6F6F. Windows color (decimal): -3390619 or 6636492. OLE color: 6636492.
HSL color Cylindrical-coordinate representation of color #CC4365: hue angle of 345.11º degrees, saturation: 0.57, 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 #CC4365 is Cyan = 0, Magento = 0.67, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 67 | 101 | - |
| CMYK | 0 | 0.67 | 0.50 | 0.2 |
| HSL | 345.11º | 0.57% | 0.53% | - |
| HSV(B) | 345.11º | 0.67% | 0.8% | - |
| XYZ | 29.26 | 17.79 | 14.2 | - |
| YUV | 111.84 | 121.89 | 193.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 67 | 101 | 0 | 0.67 | 0.50 | 0.2 | 345.11 | 0.57 | 0.53 |
| Hex | CC | 43 | 65 | 0 | 43 | 32 | 14 | 159 | 39 | 35 |
| Octal | 314 | 103 | 145 | 0 | 103 | 62 | 24 | 531 | 71 | 65 |
| Binary | 11001100 | 1000011 | 1100101 | 0 | 1000011 | 110010 | 10100 | 101011001 | 111001 | 110101 |
Color Harmonies of #CC4365
Complementary color
Monochromatic Colors of #CC4365
Black with #CC4365
Text Example
Text Example
White with #CC4365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4365; }
p { color: rgb(204,67,101); }
H1.HeaderClassName
{
color: #CC4365;
}
.AnyTagClassName
{
color: #CC4365;
}
</style>
background-color css
<style>
a { background-color: #CC4365; }
a { background-color: rgb(204,67,101); }
div.DivClassName
{
background-color: #CC4365;
}
.BgClassName
{
background-color: #CC4365;
}
</style>
border-color css
<style>
span { border-color: #CC4365; }
span { border-color: rgb(204,67,101); }
td.TdClassName
{
border-color: #CC4365;
}
.TagClassName
{
border-color: #CC4365;
}
</style>