Shades of Cabaret #CC4465
Tints of Cabaret #CC4465
RGB
CMYK
RGB Variations
Color information
#CC4465 (or 0xCC4465) is known color: Cabaret. HEX triplet: CC, 44 and 65. RGB value is (204,68,101). Sum of RGB (Red+Green+Blue) = 204+68+101=373 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.69% from 373); Green value is 68 (26.95% from 255 or 18.23% from 373); Blue value is 101 (39.84% from 255 or 27.08% from 373); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4465 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4465 is #33BB9A. Grayscale: #707070. Windows color (decimal): -3390363 or 6636748. OLE color: 6636748.
HSL color Cylindrical-coordinate representation of color #CC4465: hue angle of 345.44º 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 #CC4465 is Cyan = 0, Magento = 0.67, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 68 | 101 | - |
| CMYK | 0 | 0.67 | 0.50 | 0.2 |
| HSL | 345.44º | 0.57% | 0.53% | - |
| HSV(B) | 345.44º | 0.67% | 0.8% | - |
| XYZ | 29.32 | 17.91 | 14.22 | - |
| YUV | 112.43 | 121.56 | 193.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 68 | 101 | 0 | 0.67 | 0.50 | 0.2 | 345.44 | 0.57 | 0.53 |
| Hex | CC | 44 | 65 | 0 | 43 | 32 | 14 | 159 | 39 | 35 |
| Octal | 314 | 104 | 145 | 0 | 103 | 62 | 24 | 531 | 71 | 65 |
| Binary | 11001100 | 1000100 | 1100101 | 0 | 1000011 | 110010 | 10100 | 101011001 | 111001 | 110101 |
Color Harmonies of #CC4465
Complementary color
Monochromatic Colors of #CC4465
Black with #CC4465
Text Example
Text Example
White with #CC4465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4465; }
p { color: rgb(204,68,101); }
H1.HeaderClassName
{
color: #CC4465;
}
.AnyTagClassName
{
color: #CC4465;
}
</style>
background-color css
<style>
a { background-color: #CC4465; }
a { background-color: rgb(204,68,101); }
div.DivClassName
{
background-color: #CC4465;
}
.BgClassName
{
background-color: #CC4465;
}
</style>
border-color css
<style>
span { border-color: #CC4465; }
span { border-color: rgb(204,68,101); }
td.TdClassName
{
border-color: #CC4465;
}
.TagClassName
{
border-color: #CC4465;
}
</style>