Shades of Cabaret #CC6269
Tints of Cabaret #CC6269
RGB
CMYK
RGB Variations
Color information
#CC6269 (or 0xCC6269) is known color: Cabaret. HEX triplet: CC, 62 and 69. RGB value is (204,98,105). Sum of RGB (Red+Green+Blue) = 204+98+105=407 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.12% from 407); Green value is 98 (38.67% from 255 or 24.08% from 407); Blue value is 105 (41.41% from 255 or 25.80% from 407); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6269 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6269 is #339D96. Grayscale: #828282. Windows color (decimal): -3382679 or 6906572. OLE color: 6906572.
HSL color Cylindrical-coordinate representation of color #CC6269: hue angle of 356.04º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CC6269 is Cyan = 0, Magento = 0.52, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 98 | 105 | - |
| CMYK | 0 | 0.52 | 0.49 | 0.2 |
| HSL | 356.04º | 0.51% | 0.59% | - |
| HSV(B) | 356.04º | 0.52% | 0.8% | - |
| XYZ | 31.82 | 22.59 | 16.05 | - |
| YUV | 130.49 | 113.62 | 180.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 98 | 105 | 0 | 0.52 | 0.49 | 0.2 | 356.04 | 0.51 | 0.59 |
| Hex | CC | 62 | 69 | 0 | 34 | 31 | 14 | 164 | 33 | 3B |
| Octal | 314 | 142 | 151 | 0 | 64 | 61 | 24 | 544 | 63 | 73 |
| Binary | 11001100 | 1100010 | 1101001 | 0 | 110100 | 110001 | 10100 | 101100100 | 110011 | 111011 |
Color Harmonies of #CC6269
Complementary color
Monochromatic Colors of #CC6269
Black with #CC6269
Text Example
Text Example
White with #CC6269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6269; }
p { color: rgb(204,98,105); }
H1.HeaderClassName
{
color: #CC6269;
}
.AnyTagClassName
{
color: #CC6269;
}
</style>
background-color css
<style>
a { background-color: #CC6269; }
a { background-color: rgb(204,98,105); }
div.DivClassName
{
background-color: #CC6269;
}
.BgClassName
{
background-color: #CC6269;
}
</style>
border-color css
<style>
span { border-color: #CC6269; }
span { border-color: rgb(204,98,105); }
td.TdClassName
{
border-color: #CC6269;
}
.TagClassName
{
border-color: #CC6269;
}
</style>