Shades of Cabaret #CA6774
Tints of Cabaret #CA6774
RGB
CMYK
RGB Variations
Color information
#CA6774 (or 0xCA6774) is known color: Cabaret. HEX triplet: CA, 67 and 74. RGB value is (202,103,116). Sum of RGB (Red+Green+Blue) = 202+103+116=421 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.98% from 421); Green value is 103 (40.62% from 255 or 24.47% from 421); Blue value is 116 (45.70% from 255 or 27.55% from 421); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6774 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6774 is #35988B. Grayscale: #868686. Windows color (decimal): -3512460 or 7628746. OLE color: 7628746.
HSL color Cylindrical-coordinate representation of color #CA6774: hue angle of 352.12º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CA6774 is Cyan = 0, Magento = 0.49, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 103 | 116 | - |
| CMYK | 0 | 0.49 | 0.43 | 0.21 |
| HSL | 352.12º | 0.48% | 0.6% | - |
| HSV(B) | 352.12º | 0.49% | 0.79% | - |
| XYZ | 32.36 | 23.52 | 19.36 | - |
| YUV | 134.08 | 117.8 | 176.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 103 | 116 | 0 | 0.49 | 0.43 | 0.21 | 352.12 | 0.48 | 0.6 |
| Hex | CA | 67 | 74 | 0 | 31 | 2B | 15 | 160 | 30 | 3C |
| Octal | 312 | 147 | 164 | 0 | 61 | 53 | 25 | 540 | 60 | 74 |
| Binary | 11001010 | 1100111 | 1110100 | 0 | 110001 | 101011 | 10101 | 101100000 | 110000 | 111100 |
Color Harmonies of #CA6774
Complementary color
Monochromatic Colors of #CA6774
Black with #CA6774
Text Example
Text Example
White with #CA6774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6774; }
p { color: rgb(202,103,116); }
H1.HeaderClassName
{
color: #CA6774;
}
.AnyTagClassName
{
color: #CA6774;
}
</style>
background-color css
<style>
a { background-color: #CA6774; }
a { background-color: rgb(202,103,116); }
div.DivClassName
{
background-color: #CA6774;
}
.BgClassName
{
background-color: #CA6774;
}
</style>
border-color css
<style>
span { border-color: #CA6774; }
span { border-color: rgb(202,103,116); }
td.TdClassName
{
border-color: #CA6774;
}
.TagClassName
{
border-color: #CA6774;
}
</style>