Shades of Cabaret #CA666C
Tints of Cabaret #CA666C
RGB
CMYK
RGB Variations
Color information
#CA666C (or 0xCA666C) is known color: Cabaret. HEX triplet: CA, 66 and 6C. RGB value is (202,102,108). Sum of RGB (Red+Green+Blue) = 202+102+108=412 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.03% from 412); Green value is 102 (40.23% from 255 or 24.76% from 412); Blue value is 108 (42.58% from 255 or 26.21% from 412); Max value from RGB is 202 - color contains mainly: red. Hex color #CA666C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA666C is #359993. Grayscale: #848484. Windows color (decimal): -3512724 or 7104202. OLE color: 7104202.
HSL color Cylindrical-coordinate representation of color #CA666C: hue angle of 356.4º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA666C is Cyan = 0, Magento = 0.50, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 102 | 108 | - |
| CMYK | 0 | 0.50 | 0.47 | 0.21 |
| HSL | 356.4º | 0.49% | 0.6% | - |
| HSV(B) | 356.4º | 0.5% | 0.79% | - |
| XYZ | 31.82 | 23.14 | 16.98 | - |
| YUV | 132.58 | 114.13 | 177.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 102 | 108 | 0 | 0.50 | 0.47 | 0.21 | 356.4 | 0.49 | 0.6 |
| Hex | CA | 66 | 6C | 0 | 32 | 2F | 15 | 164 | 31 | 3C |
| Octal | 312 | 146 | 154 | 0 | 62 | 57 | 25 | 544 | 61 | 74 |
| Binary | 11001010 | 1100110 | 1101100 | 0 | 110010 | 101111 | 10101 | 101100100 | 110001 | 111100 |
Color Harmonies of #CA666C
Complementary color
Monochromatic Colors of #CA666C
Black with #CA666C
Text Example
Text Example
White with #CA666C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA666C; }
p { color: rgb(202,102,108); }
H1.HeaderClassName
{
color: #CA666C;
}
.AnyTagClassName
{
color: #CA666C;
}
</style>
background-color css
<style>
a { background-color: #CA666C; }
a { background-color: rgb(202,102,108); }
div.DivClassName
{
background-color: #CA666C;
}
.BgClassName
{
background-color: #CA666C;
}
</style>
border-color css
<style>
span { border-color: #CA666C; }
span { border-color: rgb(202,102,108); }
td.TdClassName
{
border-color: #CA666C;
}
.TagClassName
{
border-color: #CA666C;
}
</style>