#C84B62

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

Shades of Cabaret #C84B62

Tints of Cabaret #C84B62

Color information

#C84B62 (or 0xC84B62) is unknown color: approx Cabaret. HEX triplet: C8, 4B and 62. RGB value is (200,75,98). Sum of RGB (Red+Green+Blue) = 200+75+98=373 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.62% from 373); Green value is 75 (29.69% from 255 or 20.11% from 373); Blue value is 98 (38.67% from 255 or 26.27% from 373); Max value from RGB is 200 - color contains mainly: red. Hex color #C84B62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84B62 is #37B49D. Grayscale: #737373. Windows color (decimal): -3650718 or 6441928. OLE color: 6441928.

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

Color convert

RGB2007598-
CMYK00.620.510.22
HSL348.96º53.19%53.92%-
HSV(B)348.96º62.5%78.43%-
XYZ28.5418.1913.56-
YUV115118.41188.63-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 53.62%
GREEN value IS 75 (29.69% from 255) = 20.11%
BLUE value IS 98 (38.67% from 255) = 26.27%
R=53.62%
G=20.11%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.51
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200759800.620.510.22348.9653.1953.92
HexC84B6203E331615d3536
Octal31011314207663265356566
Binary1100100010010111100010011111011001110110101011101110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84B62; }

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

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

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

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

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

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

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

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