#C84868

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

Shades of Cabaret #C84868

Tints of Cabaret #C84868

Color information

#C84868 (or 0xC84868) is unknown color: approx Cabaret. HEX triplet: C8, 48 and 68. RGB value is (200,72,104). Sum of RGB (Red+Green+Blue) = 200+72+104=376 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.19% from 376); Green value is 72 (28.52% from 255 or 19.15% from 376); Blue value is 104 (41.02% from 255 or 27.66% from 376); Max value from RGB is 200 - color contains mainly: red. Hex color #C84868 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84868 is #37B797. Grayscale: #717171. Windows color (decimal): -3651480 or 6834376. OLE color: 6834376.

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

Color convert

RGB20072104-
CMYK00.640.480.22
HSL345º53.78%53.33%-
HSV(B)345º64%78.43%-
XYZ28.6417.9115.05-
YUV113.92122.41189.4-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 53.19%
GREEN value IS 72 (28.52% from 255) = 19.15%
BLUE value IS 104 (41.02% from 255) = 27.66%
R=53.19%
G=19.15%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2007210400.640.480.2234553.7853.33
HexC8486804030161593635
Octal310110150010060265316665
Binary11001000100100011010000100000011000010110101011001110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84868; }

 p { color: rgb(200,72,104); }

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

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

 a { background-color: rgb(200,72,104); }

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

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

 span { border-color: rgb(200,72,104); }

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