#c84c6f

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

Shades of Cabaret #C84C6F

Tints of Cabaret #C84C6F

Color information

#C84C6F (or 0xC84C6F) is unknown color: approx Cabaret. HEX triplet: C8, 4C and 6F. RGB value is (200,76,111). Sum of RGB (Red+Green+Blue) = 200+76+111=387 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.68% from 387); Green value is 76 (30.08% from 255 or 19.64% from 387); Blue value is 111 (43.75% from 255 or 28.68% from 387); Max value from RGB is 200 - color contains mainly: red. Hex color #C84C6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84C6F is #37B390. Grayscale: #757575. Windows color (decimal): -3650449 or 7294152. OLE color: 7294152.

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

Color convert

RGB20076111-
CMYK00.620.440.22
HSL343.06º52.99%54.12%-
HSV(B)343.06º62%78.43%-
XYZ29.2718.617.09-
YUV117.07124.58187.15-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 51.68%
GREEN value IS 76 (30.08% from 255) = 19.64%
BLUE value IS 111 (43.75% from 255) = 28.68%
R=51.68%
G=19.64%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2007611100.620.440.22343.0652.9954.12
HexC84C6F03E2C161573536
Octal31011415707654265276566
Binary1100100010011001101111011111010110010110101010111110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c84c6f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c84c6f; }

 p { color: rgb(200,76,111); }

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

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

 a { background-color: rgb(200,76,111); }

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

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

 span { border-color: rgb(200,76,111); }

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