#C05B71

Color #C05B71 Cabaret (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cabaret #C05B71

Tints of Cabaret #C05B71

Color information

#C05B71 (or 0xC05B71) is unknown color: approx Cabaret. HEX triplet: C0, 5B and 71. RGB value is (192,91,113). Sum of RGB (Red+Green+Blue) = 192+91+113=396 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.48% from 396); Green value is 91 (35.94% from 255 or 22.98% from 396); Blue value is 113 (44.53% from 255 or 28.54% from 396); Max value from RGB is 192 - color contains mainly: red. Hex color #C05B71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05B71 is #3FA48E. Grayscale: #7B7B7B. Windows color (decimal): -4170895 or 7429056. OLE color: 7429056.

HSL color Cylindrical-coordinate representation of color #C05B71: hue angle of 346.93º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C05B71 is Cyan = 0, Magento = 0.53, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB19291113-
CMYK00.530.410.25
HSL346.93º44.49%55.49%-
HSV(B)346.93º52.6%75.29%-
XYZ28.4619.8817.96-
YUV123.71121.96176.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 192 (75.39% from 255) = 48.48%
GREEN value IS 91 (35.94% from 255) = 22.98%
BLUE value IS 113 (44.53% from 255) = 28.54%
R=48.48%
G=22.98%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1929111300.530.410.25346.9344.4955.49
HexC05B71035291915b2c37
Octal30013316106551315335467
Binary1100000010110111110001011010110100111001101011011101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05B71; }

 p { color: rgb(192,91,113); }

 H1.HeaderClassName
 {
   color: #C05B71;
 }
 .AnyTagClassName
 {
   color: #C05B71;
 }
</style>
background-color css

<style>
 a { background-color: #C05B71; }

 a { background-color: rgb(192,91,113); }

 div.DivClassName
 {
   background-color: #C05B71;
 }
 .BgClassName
 {
   background-color: #C05B71;
 }
</style>
border-color css

<style>
 span { border-color: #C05B71; }

 span { border-color: rgb(192,91,113); }

 td.TdClassName
 {
   border-color: #C05B71;
 }
 .TagClassName
 {
   border-color: #C05B71;
 }
</style>