#C84D74

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

Shades of Cabaret #C84D74

Tints of Cabaret #C84D74

Color information

#C84D74 (or 0xC84D74) is unknown color: approx Cabaret. HEX triplet: C8, 4D and 74. RGB value is (200,77,116). Sum of RGB (Red+Green+Blue) = 200+77+116=393 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.89% from 393); Green value is 77 (30.47% from 255 or 19.59% from 393); Blue value is 116 (45.70% from 255 or 29.52% from 393); Max value from RGB is 200 - color contains mainly: red. Hex color #C84D74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C84D74 is #37B28B. Grayscale: #767676. Windows color (decimal): -3650188 or 7622088. OLE color: 7622088.

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

Color convert

RGB20077116-
CMYK00.620.420.22
HSL340.98º52.79%54.31%-
HSV(B)340.98º61.5%78.43%-
XYZ29.6318.8518.6-
YUV118.22126.75186.33-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 50.89%
GREEN value IS 77 (30.47% from 255) = 19.59%
BLUE value IS 116 (45.70% from 255) = 29.52%
R=50.89%
G=19.59%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2007711600.620.420.22340.9852.7954.31
HexC84D7403E2A161553536
Octal31011516407652265256566
Binary1100100010011011110100011111010101010110101010101110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84D74; }

 p { color: rgb(200,77,116); }

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

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

 a { background-color: rgb(200,77,116); }

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

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

 span { border-color: rgb(200,77,116); }

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