Shades of Cabaret #CA676B
Tints of Cabaret #CA676B
RGB
CMYK
RGB Variations
Color information
#CA676B (or 0xCA676B) is known color: Cabaret. HEX triplet: CA, 67 and 6B. RGB value is (202,103,107). Sum of RGB (Red+Green+Blue) = 202+103+107=412 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.03% from 412); Green value is 103 (40.62% from 255 or 25% from 412); Blue value is 107 (42.19% from 255 or 25.97% from 412); Max value from RGB is 202 - color contains mainly: red. Hex color #CA676B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA676B is #359894. Grayscale: #858585. Windows color (decimal): -3512469 or 7038922. OLE color: 7038922.
HSL color Cylindrical-coordinate representation of color #CA676B: hue angle of 357.58º 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 #CA676B is Cyan = 0, Magento = 0.49, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 103 | 107 | - |
| CMYK | 0 | 0.49 | 0.47 | 0.21 |
| HSL | 357.58º | 0.48% | 0.6% | - |
| HSV(B) | 357.58º | 0.49% | 0.79% | - |
| XYZ | 31.86 | 23.32 | 16.73 | - |
| YUV | 133.06 | 113.3 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 103 | 107 | 0 | 0.49 | 0.47 | 0.21 | 357.58 | 0.48 | 0.6 |
| Hex | CA | 67 | 6B | 0 | 31 | 2F | 15 | 166 | 30 | 3C |
| Octal | 312 | 147 | 153 | 0 | 61 | 57 | 25 | 546 | 60 | 74 |
| Binary | 11001010 | 1100111 | 1101011 | 0 | 110001 | 101111 | 10101 | 101100110 | 110000 | 111100 |
Color Harmonies of #CA676B
Complementary color
Monochromatic Colors of #CA676B
Black with #CA676B
Text Example
Text Example
White with #CA676B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA676B; }
p { color: rgb(202,103,107); }
H1.HeaderClassName
{
color: #CA676B;
}
.AnyTagClassName
{
color: #CA676B;
}
</style>
background-color css
<style>
a { background-color: #CA676B; }
a { background-color: rgb(202,103,107); }
div.DivClassName
{
background-color: #CA676B;
}
.BgClassName
{
background-color: #CA676B;
}
</style>
border-color css
<style>
span { border-color: #CA676B; }
span { border-color: rgb(202,103,107); }
td.TdClassName
{
border-color: #CA676B;
}
.TagClassName
{
border-color: #CA676B;
}
</style>