#C05B72

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

Shades of Cabaret #C05B72

Tints of Cabaret #C05B72

Color information

#C05B72 (or 0xC05B72) is unknown color: approx Cabaret. HEX triplet: C0, 5B and 72. RGB value is (192,91,114). Sum of RGB (Red+Green+Blue) = 192+91+114=397 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.36% from 397); Green value is 91 (35.94% from 255 or 22.92% from 397); Blue value is 114 (44.92% from 255 or 28.72% from 397); Max value from RGB is 192 - color contains mainly: red. Hex color #C05B72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05B72 is #3FA48D. Grayscale: #7B7B7B. Windows color (decimal): -4170894 or 7494592. OLE color: 7494592.

HSL color Cylindrical-coordinate representation of color #C05B72: hue angle of 346.34º 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 #C05B72 is Cyan = 0, Magento = 0.53, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB19291114-
CMYK00.530.410.25
HSL346.34º44.49%55.49%-
HSV(B)346.34º52.6%75.29%-
XYZ28.5219.918.26-
YUV123.82122.46176.63-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48.36%
GREEN value IS 91 (35.94% from 255) = 22.92%
BLUE value IS 114 (44.92% from 255) = 28.72%
R=48.36%
G=22.92%
B=28.72%

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
Decimal1929111400.530.410.25346.3444.4955.49
HexC05B72035291915a2c37
Octal30013316206551315325467
Binary1100000010110111110010011010110100111001101011010101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05B72; }

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

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

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

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

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

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

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

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