Shades of Cabaret #CA446C
Tints of Cabaret #CA446C
RGB
CMYK
RGB Variations
Color information
#CA446C (or 0xCA446C) is known color: Cabaret. HEX triplet: CA, 44 and 6C. RGB value is (202,68,108). Sum of RGB (Red+Green+Blue) = 202+68+108=378 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.44% from 378); Green value is 68 (26.95% from 255 or 17.99% from 378); Blue value is 108 (42.58% from 255 or 28.57% from 378); Max value from RGB is 202 - color contains mainly: red. Hex color #CA446C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA446C is #35BB93. Grayscale: #707070. Windows color (decimal): -3521428 or 7095498. OLE color: 7095498.
HSL color Cylindrical-coordinate representation of color #CA446C: hue angle of 342.09º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CA446C is Cyan = 0, Magento = 0.66, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 68 | 108 | - |
| CMYK | 0 | 0.66 | 0.47 | 0.21 |
| HSL | 342.09º | 0.56% | 0.53% | - |
| HSV(B) | 342.09º | 0.66% | 0.79% | - |
| XYZ | 29.13 | 17.77 | 16.08 | - |
| YUV | 112.63 | 125.39 | 191.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 68 | 108 | 0 | 0.66 | 0.47 | 0.21 | 342.09 | 0.56 | 0.53 |
| Hex | CA | 44 | 6C | 0 | 42 | 2F | 15 | 156 | 38 | 35 |
| Octal | 312 | 104 | 154 | 0 | 102 | 57 | 25 | 526 | 70 | 65 |
| Binary | 11001010 | 1000100 | 1101100 | 0 | 1000010 | 101111 | 10101 | 101010110 | 111000 | 110101 |
Color Harmonies of #CA446C
Complementary color
Monochromatic Colors of #CA446C
Black with #CA446C
Text Example
Text Example
White with #CA446C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA446C; }
p { color: rgb(202,68,108); }
H1.HeaderClassName
{
color: #CA446C;
}
.AnyTagClassName
{
color: #CA446C;
}
</style>
background-color css
<style>
a { background-color: #CA446C; }
a { background-color: rgb(202,68,108); }
div.DivClassName
{
background-color: #CA446C;
}
.BgClassName
{
background-color: #CA446C;
}
</style>
border-color css
<style>
span { border-color: #CA446C; }
span { border-color: rgb(202,68,108); }
td.TdClassName
{
border-color: #CA446C;
}
.TagClassName
{
border-color: #CA446C;
}
</style>