Shades of Cabaret #CA676F
Tints of Cabaret #CA676F
RGB
CMYK
RGB Variations
Color information
#CA676F (or 0xCA676F) is known color: Cabaret. HEX triplet: CA, 67 and 6F. RGB value is (202,103,111). Sum of RGB (Red+Green+Blue) = 202+103+111=416 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.56% from 416); Green value is 103 (40.62% from 255 or 24.76% from 416); Blue value is 111 (43.75% from 255 or 26.68% from 416); Max value from RGB is 202 - color contains mainly: red. Hex color #CA676F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA676F is #359890. Grayscale: #858585. Windows color (decimal): -3512465 or 7301066. OLE color: 7301066.
HSL color Cylindrical-coordinate representation of color #CA676F: hue angle of 355.15º 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 #CA676F is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 103 | 111 | - |
| CMYK | 0 | 0.49 | 0.45 | 0.21 |
| HSL | 355.15º | 0.48% | 0.6% | - |
| HSV(B) | 355.15º | 0.49% | 0.79% | - |
| XYZ | 32.08 | 23.4 | 17.87 | - |
| YUV | 133.51 | 115.3 | 176.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 103 | 111 | 0 | 0.49 | 0.45 | 0.21 | 355.15 | 0.48 | 0.6 |
| Hex | CA | 67 | 6F | 0 | 31 | 2D | 15 | 163 | 30 | 3C |
| Octal | 312 | 147 | 157 | 0 | 61 | 55 | 25 | 543 | 60 | 74 |
| Binary | 11001010 | 1100111 | 1101111 | 0 | 110001 | 101101 | 10101 | 101100011 | 110000 | 111100 |
Color Harmonies of #CA676F
Complementary color
Monochromatic Colors of #CA676F
Black with #CA676F
Text Example
Text Example
White with #CA676F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA676F; }
p { color: rgb(202,103,111); }
H1.HeaderClassName
{
color: #CA676F;
}
.AnyTagClassName
{
color: #CA676F;
}
</style>
background-color css
<style>
a { background-color: #CA676F; }
a { background-color: rgb(202,103,111); }
div.DivClassName
{
background-color: #CA676F;
}
.BgClassName
{
background-color: #CA676F;
}
</style>
border-color css
<style>
span { border-color: #CA676F; }
span { border-color: rgb(202,103,111); }
td.TdClassName
{
border-color: #CA676F;
}
.TagClassName
{
border-color: #CA676F;
}
</style>