Shades of Cabaret #CA6A70
Tints of Cabaret #CA6A70
RGB
CMYK
RGB Variations
Color information
#CA6A70 (or 0xCA6A70) is known color: Cabaret. HEX triplet: CA, 6A and 70. RGB value is (202,106,112). Sum of RGB (Red+Green+Blue) = 202+106+112=420 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.10% from 420); Green value is 106 (41.80% from 255 or 25.24% from 420); Blue value is 112 (44.14% from 255 or 26.67% from 420); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6A70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6A70 is #35958F. Grayscale: #878787. Windows color (decimal): -3511696 or 7367370. OLE color: 7367370.
HSL color Cylindrical-coordinate representation of color #CA6A70: hue angle of 356.25º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CA6A70 is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 106 | 112 | - |
| CMYK | 0 | 0.48 | 0.45 | 0.21 |
| HSL | 356.25º | 0.48% | 0.6% | - |
| HSV(B) | 356.25º | 0.48% | 0.79% | - |
| XYZ | 32.44 | 24.03 | 18.26 | - |
| YUV | 135.39 | 114.8 | 175.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 106 | 112 | 0 | 0.48 | 0.45 | 0.21 | 356.25 | 0.48 | 0.6 |
| Hex | CA | 6A | 70 | 0 | 30 | 2D | 15 | 164 | 30 | 3C |
| Octal | 312 | 152 | 160 | 0 | 60 | 55 | 25 | 544 | 60 | 74 |
| Binary | 11001010 | 1101010 | 1110000 | 0 | 110000 | 101101 | 10101 | 101100100 | 110000 | 111100 |
Color Harmonies of #CA6A70
Complementary color
Monochromatic Colors of #CA6A70
Black with #CA6A70
Text Example
Text Example
White with #CA6A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6A70; }
p { color: rgb(202,106,112); }
H1.HeaderClassName
{
color: #CA6A70;
}
.AnyTagClassName
{
color: #CA6A70;
}
</style>
background-color css
<style>
a { background-color: #CA6A70; }
a { background-color: rgb(202,106,112); }
div.DivClassName
{
background-color: #CA6A70;
}
.BgClassName
{
background-color: #CA6A70;
}
</style>
border-color css
<style>
span { border-color: #CA6A70; }
span { border-color: rgb(202,106,112); }
td.TdClassName
{
border-color: #CA6A70;
}
.TagClassName
{
border-color: #CA6A70;
}
</style>