Shades of Cabaret #CC3F6B
Tints of Cabaret #CC3F6B
RGB
CMYK
RGB Variations
Color information
#CC3F6B (or 0xCC3F6B) is known color: Cabaret. HEX triplet: CC, 3F and 6B. RGB value is (204,63,107). Sum of RGB (Red+Green+Blue) = 204+63+107=374 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.55% from 374); Green value is 63 (25% from 255 or 16.84% from 374); Blue value is 107 (42.19% from 255 or 28.61% from 374); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3F6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3F6B is #33C094. Grayscale: #6E6E6E. Windows color (decimal): -3391637 or 7028684. OLE color: 7028684.
HSL color Cylindrical-coordinate representation of color #CC3F6B: hue angle of 341.28º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC3F6B is Cyan = 0, Magento = 0.69, Yellow = 0.48 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 63 | 107 | - |
| CMYK | 0 | 0.69 | 0.48 | 0.2 |
| HSL | 341.28º | 0.58% | 0.52% | - |
| HSV(B) | 341.28º | 0.69% | 0.8% | - |
| XYZ | 29.33 | 17.45 | 15.73 | - |
| YUV | 110.18 | 126.21 | 194.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 63 | 107 | 0 | 0.69 | 0.48 | 0.2 | 341.28 | 0.58 | 0.52 |
| Hex | CC | 3F | 6B | 0 | 45 | 30 | 14 | 155 | 3A | 34 |
| Octal | 314 | 77 | 153 | 0 | 105 | 60 | 24 | 525 | 72 | 64 |
| Binary | 11001100 | 111111 | 1101011 | 0 | 1000101 | 110000 | 10100 | 101010101 | 111010 | 110100 |
Color Harmonies of #CC3F6B
Complementary color
Monochromatic Colors of #CC3F6B
Black with #CC3F6B
Text Example
Text Example
White with #CC3F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3F6B; }
p { color: rgb(204,63,107); }
H1.HeaderClassName
{
color: #CC3F6B;
}
.AnyTagClassName
{
color: #CC3F6B;
}
</style>
background-color css
<style>
a { background-color: #CC3F6B; }
a { background-color: rgb(204,63,107); }
div.DivClassName
{
background-color: #CC3F6B;
}
.BgClassName
{
background-color: #CC3F6B;
}
</style>
border-color css
<style>
span { border-color: #CC3F6B; }
span { border-color: rgb(204,63,107); }
td.TdClassName
{
border-color: #CC3F6B;
}
.TagClassName
{
border-color: #CC3F6B;
}
</style>