#C05F73

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

Shades of Cabaret #C05F73

Tints of Cabaret #C05F73

Color information

#C05F73 (or 0xC05F73) is unknown color: approx Cabaret. HEX triplet: C0, 5F and 73. RGB value is (192,95,115). Sum of RGB (Red+Green+Blue) = 192+95+115=402 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.76% from 402); Green value is 95 (37.5% from 255 or 23.63% from 402); Blue value is 115 (45.31% from 255 or 28.61% from 402); Max value from RGB is 192 - color contains mainly: red. Hex color #C05F73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05F73 is #3FA08C. Grayscale: #7E7E7E. Windows color (decimal): -4169869 or 7561152. OLE color: 7561152.

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

Color convert

RGB19295115-
CMYK00.510.400.25
HSL347.63º43.5%56.27%-
HSV(B)347.63º50.52%75.29%-
XYZ28.9220.6318.68-
YUV126.28121.64174.87-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 47.76%
GREEN value IS 95 (37.5% from 255) = 23.63%
BLUE value IS 115 (45.31% from 255) = 28.61%
R=47.76%
G=23.63%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1929511500.510.400.25347.6343.556.27
HexC05F73033281915c2b38
Octal30013716306350315345370
Binary1100000010111111110011011001110100011001101011100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05F73; }

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

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

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

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

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

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

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

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