#C84D64

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

Shades of Cabaret #C84D64

Tints of Cabaret #C84D64

Color information

#C84D64 (or 0xC84D64) is unknown color: approx Cabaret. HEX triplet: C8, 4D and 64. RGB value is (200,77,100). Sum of RGB (Red+Green+Blue) = 200+77+100=377 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.05% from 377); Green value is 77 (30.47% from 255 or 20.42% from 377); Blue value is 100 (39.45% from 255 or 26.53% from 377); Max value from RGB is 200 - color contains mainly: red. Hex color #C84D64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C84D64 is #37B29B. Grayscale: #747474. Windows color (decimal): -3650204 or 6573512. OLE color: 6573512.

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

Color convert

RGB20077100-
CMYK00.620.50.22
HSL348.78º52.79%54.31%-
HSV(B)348.78º61.5%78.43%-
XYZ28.7718.5114.11-
YUV116.4118.75187.63-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 53.05%
GREEN value IS 77 (30.47% from 255) = 20.42%
BLUE value IS 100 (39.45% from 255) = 26.53%
R=53.05%
G=20.42%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.5
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2007710000.620.50.22348.7852.7954.31
HexC84D6403E321615d3536
Octal31011514407662265356566
Binary1100100010011011100100011111011001010110101011101110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84D64; }

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

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

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

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

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

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

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

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