Shades of Cabaret #CA656B
Tints of Cabaret #CA656B
RGB
CMYK
RGB Variations
Color information
#CA656B (or 0xCA656B) is known color: Cabaret. HEX triplet: CA, 65 and 6B. RGB value is (202,101,107). Sum of RGB (Red+Green+Blue) = 202+101+107=410 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.27% from 410); Green value is 101 (39.84% from 255 or 24.63% from 410); Blue value is 107 (42.19% from 255 or 26.10% from 410); Max value from RGB is 202 - color contains mainly: red. Hex color #CA656B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA656B is #359A94. Grayscale: #838383. Windows color (decimal): -3512981 or 7038410. OLE color: 7038410.
HSL color Cylindrical-coordinate representation of color #CA656B: hue angle of 356.44º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA656B is Cyan = 0, Magento = 0.50, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 101 | 107 | - |
| CMYK | 0 | 0.50 | 0.47 | 0.21 |
| HSL | 356.44º | 0.49% | 0.59% | - |
| HSV(B) | 356.44º | 0.5% | 0.79% | - |
| XYZ | 31.66 | 22.93 | 16.67 | - |
| YUV | 131.88 | 113.96 | 178.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 101 | 107 | 0 | 0.50 | 0.47 | 0.21 | 356.44 | 0.49 | 0.59 |
| Hex | CA | 65 | 6B | 0 | 32 | 2F | 15 | 164 | 31 | 3B |
| Octal | 312 | 145 | 153 | 0 | 62 | 57 | 25 | 544 | 61 | 73 |
| Binary | 11001010 | 1100101 | 1101011 | 0 | 110010 | 101111 | 10101 | 101100100 | 110001 | 111011 |
Color Harmonies of #CA656B
Complementary color
Monochromatic Colors of #CA656B
Black with #CA656B
Text Example
Text Example
White with #CA656B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA656B; }
p { color: rgb(202,101,107); }
H1.HeaderClassName
{
color: #CA656B;
}
.AnyTagClassName
{
color: #CA656B;
}
</style>
background-color css
<style>
a { background-color: #CA656B; }
a { background-color: rgb(202,101,107); }
div.DivClassName
{
background-color: #CA656B;
}
.BgClassName
{
background-color: #CA656B;
}
</style>
border-color css
<style>
span { border-color: #CA656B; }
span { border-color: rgb(202,101,107); }
td.TdClassName
{
border-color: #CA656B;
}
.TagClassName
{
border-color: #CA656B;
}
</style>