#c84b78

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

Shades of Cabaret #C84B78

Tints of Cabaret #C84B78

Color information

#C84B78 (or 0xC84B78) is unknown color: approx Cabaret. HEX triplet: C8, 4B and 78. RGB value is (200,75,120). Sum of RGB (Red+Green+Blue) = 200+75+120=395 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.63% from 395); Green value is 75 (29.69% from 255 or 18.99% from 395); Blue value is 120 (47.27% from 255 or 30.38% from 395); Max value from RGB is 200 - color contains mainly: red. Hex color #C84B78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84B78 is #37B487. Grayscale: #757575. Windows color (decimal): -3650696 or 7883720. OLE color: 7883720.

HSL color Cylindrical-coordinate representation of color #C84B78: hue angle of 338.4º 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 #C84B78 is Cyan = 0, Magento = 0.62, Yellow = 0.4 and Black (K on CMYK) = 0.22.

Color convert

RGB20075120-
CMYK00.620.40.22
HSL338.4º53.19%53.92%-
HSV(B)338.4º62.5%78.43%-
XYZ29.7318.6719.81-
YUV117.5129.41186.84-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 50.63%
GREEN value IS 75 (29.69% from 255) = 18.99%
BLUE value IS 120 (47.27% from 255) = 30.38%
R=50.63%
G=18.99%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.4
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2007512000.620.40.22338.453.1953.92
HexC84B7803E28161523536
Octal31011317007650265226566
Binary1100100010010111111000011111010100010110101010010110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c84b78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c84b78; }

 p { color: rgb(200,75,120); }

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

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

 a { background-color: rgb(200,75,120); }

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

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

 span { border-color: rgb(200,75,120); }

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