Shades of Cabaret #CA4168
Tints of Cabaret #CA4168
RGB
CMYK
RGB Variations
Color information
#CA4168 (or 0xCA4168) is known color: Cabaret. HEX triplet: CA, 41 and 68. RGB value is (202,65,104). Sum of RGB (Red+Green+Blue) = 202+65+104=371 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.45% from 371); Green value is 65 (25.78% from 255 or 17.52% from 371); Blue value is 104 (41.02% from 255 or 28.03% from 371); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4168 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4168 is #35BE97. Grayscale: #6E6E6E. Windows color (decimal): -3522200 or 6832586. OLE color: 6832586.
HSL color Cylindrical-coordinate representation of color #CA4168: hue angle of 342.92º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA4168 is Cyan = 0, Magento = 0.68, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 65 | 104 | - |
| CMYK | 0 | 0.68 | 0.49 | 0.21 |
| HSL | 342.92º | 0.56% | 0.52% | - |
| HSV(B) | 342.92º | 0.68% | 0.79% | - |
| XYZ | 28.75 | 17.34 | 14.93 | - |
| YUV | 110.41 | 124.39 | 193.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 65 | 104 | 0 | 0.68 | 0.49 | 0.21 | 342.92 | 0.56 | 0.52 |
| Hex | CA | 41 | 68 | 0 | 44 | 31 | 15 | 157 | 38 | 34 |
| Octal | 312 | 101 | 150 | 0 | 104 | 61 | 25 | 527 | 70 | 64 |
| Binary | 11001010 | 1000001 | 1101000 | 0 | 1000100 | 110001 | 10101 | 101010111 | 111000 | 110100 |
Color Harmonies of #CA4168
Complementary color
Monochromatic Colors of #CA4168
Black with #CA4168
Text Example
Text Example
White with #CA4168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4168; }
p { color: rgb(202,65,104); }
H1.HeaderClassName
{
color: #CA4168;
}
.AnyTagClassName
{
color: #CA4168;
}
</style>
background-color css
<style>
a { background-color: #CA4168; }
a { background-color: rgb(202,65,104); }
div.DivClassName
{
background-color: #CA4168;
}
.BgClassName
{
background-color: #CA4168;
}
</style>
border-color css
<style>
span { border-color: #CA4168; }
span { border-color: rgb(202,65,104); }
td.TdClassName
{
border-color: #CA4168;
}
.TagClassName
{
border-color: #CA4168;
}
</style>