Shades of Cabaret #C45B7B
Tints of Cabaret #C45B7B
RGB
CMYK
RGB Variations
Color information
#C45B7B (or 0xC45B7B) is known color: Cabaret. HEX triplet: C4, 5B and 7B. RGB value is (196,91,123). Sum of RGB (Red+Green+Blue) = 196+91+123=410 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.80% from 410); Green value is 91 (35.94% from 255 or 22.20% from 410); Blue value is 123 (48.44% from 255 or 30% from 410); Max value from RGB is 196 - color contains mainly: red. Hex color #C45B7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45B7B is #3BA484. Grayscale: #7E7E7E. Windows color (decimal): -3908741 or 8084420. OLE color: 8084420.
HSL color Cylindrical-coordinate representation of color #C45B7B: hue angle of 341.71º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C45B7B is Cyan = 0, Magento = 0.54, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
RGB | 196 | 91 | 123 | - |
CMYK | 0 | 0.54 | 0.37 | 0.23 |
HSL | 341.71º | 0.47% | 0.56% | - |
HSV(B) | 341.71º | 0.54% | 0.77% | - |
XYZ | 30.08 | 20.65 | 21.14 | - |
YUV | 126.04 | 126.29 | 177.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 196 | 91 | 123 | 0 | 0.54 | 0.37 | 0.23 | 341.71 | 0.47 | 0.56 |
Hex | C4 | 5B | 7B | 0 | 36 | 25 | 17 | 156 | 2F | 38 |
Octal | 304 | 133 | 173 | 0 | 66 | 45 | 27 | 526 | 57 | 70 |
Binary | 11000100 | 1011011 | 1111011 | 0 | 110110 | 100101 | 10111 | 101010110 | 101111 | 111000 |
Color Harmonies of #C45B7B
Complementary color
Monochromatic Colors of #C45B7B
Black with #C45B7B
Text Example
Text Example
White with #C45B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45B7B; }
p { color: rgb(196,91,123); }
H1.HeaderClassName
{
color: #C45B7B;
}
.AnyTagClassName
{
color: #C45B7B;
}
</style>
background-color css
<style>
a { background-color: #C45B7B; }
a { background-color: rgb(196,91,123); }
div.DivClassName
{
background-color: #C45B7B;
}
.BgClassName
{
background-color: #C45B7B;
}
</style>
border-color css
<style>
span { border-color: #C45B7B; }
span { border-color: rgb(196,91,123); }
td.TdClassName
{
border-color: #C45B7B;
}
.TagClassName
{
border-color: #C45B7B;
}
</style>