Shades of Cabaret #CA4372
Tints of Cabaret #CA4372
RGB
CMYK
RGB Variations
Color information
#CA4372 (or 0xCA4372) is known color: Cabaret. HEX triplet: CA, 43 and 72. RGB value is (202,67,114). Sum of RGB (Red+Green+Blue) = 202+67+114=383 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.74% from 383); Green value is 67 (26.56% from 255 or 17.49% from 383); Blue value is 114 (44.92% from 255 or 29.77% from 383); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4372 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4372 is #35BC8D. Grayscale: #707070. Windows color (decimal): -3521678 or 7488458. OLE color: 7488458.
HSL color Cylindrical-coordinate representation of color #CA4372: hue angle of 339.11º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CA4372 is Cyan = 0, Magento = 0.67, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 67 | 114 | - |
| CMYK | 0 | 0.67 | 0.44 | 0.21 |
| HSL | 339.11º | 0.56% | 0.53% | - |
| HSV(B) | 339.11º | 0.67% | 0.79% | - |
| XYZ | 29.4 | 17.79 | 17.8 | - |
| YUV | 112.72 | 128.73 | 191.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 67 | 114 | 0 | 0.67 | 0.44 | 0.21 | 339.11 | 0.56 | 0.53 |
| Hex | CA | 43 | 72 | 0 | 43 | 2C | 15 | 153 | 38 | 35 |
| Octal | 312 | 103 | 162 | 0 | 103 | 54 | 25 | 523 | 70 | 65 |
| Binary | 11001010 | 1000011 | 1110010 | 0 | 1000011 | 101100 | 10101 | 101010011 | 111000 | 110101 |
Color Harmonies of #CA4372
Complementary color
Monochromatic Colors of #CA4372
Black with #CA4372
Text Example
Text Example
White with #CA4372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4372; }
p { color: rgb(202,67,114); }
H1.HeaderClassName
{
color: #CA4372;
}
.AnyTagClassName
{
color: #CA4372;
}
</style>
background-color css
<style>
a { background-color: #CA4372; }
a { background-color: rgb(202,67,114); }
div.DivClassName
{
background-color: #CA4372;
}
.BgClassName
{
background-color: #CA4372;
}
</style>
border-color css
<style>
span { border-color: #CA4372; }
span { border-color: rgb(202,67,114); }
td.TdClassName
{
border-color: #CA4372;
}
.TagClassName
{
border-color: #CA4372;
}
</style>