#C84774

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

Shades of Cabaret #C84774

Tints of Cabaret #C84774

Color information

#C84774 (or 0xC84774) is unknown color: approx Cabaret. HEX triplet: C8, 47 and 74. RGB value is (200,71,116). Sum of RGB (Red+Green+Blue) = 200+71+116=387 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.68% from 387); Green value is 71 (28.12% from 255 or 18.35% from 387); Blue value is 116 (45.70% from 255 or 29.97% from 387); Max value from RGB is 200 - color contains mainly: red. Hex color #C84774 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84774 is #37B88B. Grayscale: #727272. Windows color (decimal): -3651724 or 7620552. OLE color: 7620552.

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

Color convert

RGB20071116-
CMYK00.640.420.22
HSL339.07º53.97%53.14%-
HSV(B)339.07º64.5%78.43%-
XYZ29.2318.0518.47-
YUV114.7128.74188.84-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 51.68%
GREEN value IS 71 (28.12% from 255) = 18.35%
BLUE value IS 116 (45.70% from 255) = 29.97%
R=51.68%
G=18.35%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2007111600.640.420.22339.0753.9753.14
HexC847740402A161533635
Octal310107164010052265236665
Binary11001000100011111101000100000010101010110101010011110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84774; }

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

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

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

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

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

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

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

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