#C84B63

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

Shades of Cabaret #C84B63

Tints of Cabaret #C84B63

Color information

#C84B63 (or 0xC84B63) is unknown color: approx Cabaret. HEX triplet: C8, 4B and 63. RGB value is (200,75,99). Sum of RGB (Red+Green+Blue) = 200+75+99=374 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.48% from 374); Green value is 75 (29.69% from 255 or 20.05% from 374); Blue value is 99 (39.06% from 255 or 26.47% from 374); Max value from RGB is 200 - color contains mainly: red. Hex color #C84B63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84B63 is #37B49C. Grayscale: #737373. Windows color (decimal): -3650717 or 6507464. OLE color: 6507464.

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

Color convert

RGB2007599-
CMYK00.620.500.22
HSL348.48º53.19%53.92%-
HSV(B)348.48º62.5%78.43%-
XYZ28.5918.2113.81-
YUV115.11118.91188.55-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 53.48%
GREEN value IS 75 (29.69% from 255) = 20.05%
BLUE value IS 99 (39.06% from 255) = 26.47%
R=53.48%
G=20.05%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.50
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200759900.620.500.22348.4853.1953.92
HexC84B6303E321615c3536
Octal31011314307662265346566
Binary1100100010010111100011011111011001010110101011100110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84B63; }

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

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

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

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

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

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

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

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