#C05F76

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

Shades of Cabaret #C05F76

Tints of Cabaret #C05F76

Color information

#C05F76 (or 0xC05F76) is unknown color: approx Cabaret. HEX triplet: C0, 5F and 76. RGB value is (192,95,118). Sum of RGB (Red+Green+Blue) = 192+95+118=405 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.41% from 405); Green value is 95 (37.5% from 255 or 23.46% from 405); Blue value is 118 (46.48% from 255 or 29.14% from 405); Max value from RGB is 192 - color contains mainly: red. Hex color #C05F76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05F76 is #3FA089. Grayscale: #7E7E7E. Windows color (decimal): -4169866 or 7757760. OLE color: 7757760.

HSL color Cylindrical-coordinate representation of color #C05F76: hue angle of 345.77º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C05F76 is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB19295118-
CMYK00.510.390.25
HSL345.77º43.5%56.27%-
HSV(B)345.77º50.52%75.29%-
XYZ29.120.719.6-
YUV126.62123.14174.63-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 47.41%
GREEN value IS 95 (37.5% from 255) = 23.46%
BLUE value IS 118 (46.48% from 255) = 29.14%
R=47.41%
G=23.46%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1929511800.510.390.25345.7743.556.27
HexC05F76033271915a2b38
Octal30013716606347315325370
Binary1100000010111111110110011001110011111001101011010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05F76; }

 p { color: rgb(192,95,118); }

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

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

 a { background-color: rgb(192,95,118); }

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

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

 span { border-color: rgb(192,95,118); }

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