#C84A73

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

Shades of Cabaret #C84A73

Tints of Cabaret #C84A73

Color information

#C84A73 (or 0xC84A73) is unknown color: approx Cabaret. HEX triplet: C8, 4A and 73. RGB value is (200,74,115). Sum of RGB (Red+Green+Blue) = 200+74+115=389 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.41% from 389); Green value is 74 (29.30% from 255 or 19.02% from 389); Blue value is 115 (45.31% from 255 or 29.56% from 389); Max value from RGB is 200 - color contains mainly: red. Hex color #C84A73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84A73 is #37B58C. Grayscale: #747474. Windows color (decimal): -3650957 or 7555784. OLE color: 7555784.

HSL color Cylindrical-coordinate representation of color #C84A73: hue angle of 340.48º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C84A73 is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB20074115-
CMYK00.630.420.22
HSL340.48º53.39%53.73%-
HSV(B)340.48º63%78.43%-
XYZ29.3618.4118.23-
YUV116.35127.24187.67-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 51.41%
GREEN value IS 74 (29.30% from 255) = 19.02%
BLUE value IS 115 (45.31% from 255) = 29.56%
R=51.41%
G=19.02%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2007411500.630.420.22340.4853.3953.73
HexC84A7303F2A161543536
Octal31011216307752265246566
Binary1100100010010101110011011111110101010110101010100110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84A73; }

 p { color: rgb(200,74,115); }

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

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

 a { background-color: rgb(200,74,115); }

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

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

 span { border-color: rgb(200,74,115); }

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