Shades of Cabaret #CA6677
Tints of Cabaret #CA6677
RGB
CMYK
RGB Variations
Color information
#CA6677 (or 0xCA6677) is known color: Cabaret. HEX triplet: CA, 66 and 77. RGB value is (202,102,119). Sum of RGB (Red+Green+Blue) = 202+102+119=423 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.75% from 423); Green value is 102 (40.23% from 255 or 24.11% from 423); Blue value is 119 (46.88% from 255 or 28.13% from 423); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6677 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6677 is #359988. Grayscale: #858585. Windows color (decimal): -3512713 or 7825098. OLE color: 7825098.
HSL color Cylindrical-coordinate representation of color #CA6677: hue angle of 349.8º 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 #CA6677 is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 102 | 119 | - |
| CMYK | 0 | 0.50 | 0.41 | 0.21 |
| HSL | 349.8º | 0.49% | 0.6% | - |
| HSV(B) | 349.8º | 0.5% | 0.79% | - |
| XYZ | 32.44 | 23.39 | 20.26 | - |
| YUV | 133.84 | 119.63 | 176.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 102 | 119 | 0 | 0.50 | 0.41 | 0.21 | 349.8 | 0.49 | 0.6 |
| Hex | CA | 66 | 77 | 0 | 32 | 29 | 15 | 15E | 31 | 3C |
| Octal | 312 | 146 | 167 | 0 | 62 | 51 | 25 | 536 | 61 | 74 |
| Binary | 11001010 | 1100110 | 1110111 | 0 | 110010 | 101001 | 10101 | 101011110 | 110001 | 111100 |
Color Harmonies of #CA6677
Complementary color
Monochromatic Colors of #CA6677
Black with #CA6677
Text Example
Text Example
White with #CA6677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6677; }
p { color: rgb(202,102,119); }
H1.HeaderClassName
{
color: #CA6677;
}
.AnyTagClassName
{
color: #CA6677;
}
</style>
background-color css
<style>
a { background-color: #CA6677; }
a { background-color: rgb(202,102,119); }
div.DivClassName
{
background-color: #CA6677;
}
.BgClassName
{
background-color: #CA6677;
}
</style>
border-color css
<style>
span { border-color: #CA6677; }
span { border-color: rgb(202,102,119); }
td.TdClassName
{
border-color: #CA6677;
}
.TagClassName
{
border-color: #CA6677;
}
</style>