#c84168

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

Shades of Cabaret #C84168

Tints of Cabaret #C84168

Color information

#C84168 (or 0xC84168) is unknown color: approx Cabaret. HEX triplet: C8, 41 and 68. RGB value is (200,65,104). Sum of RGB (Red+Green+Blue) = 200+65+104=369 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.20% from 369); Green value is 65 (25.78% from 255 or 17.62% from 369); Blue value is 104 (41.02% from 255 or 28.18% from 369); Max value from RGB is 200 - color contains mainly: red. Hex color #C84168 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84168 is #37BE97. Grayscale: #6D6D6D. Windows color (decimal): -3653272 or 6832584. OLE color: 6832584.

HSL color Cylindrical-coordinate representation of color #C84168: hue angle of 342.67º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C84168 is Cyan = 0, Magento = 0.68, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB20065104-
CMYK00.680.480.22
HSL342.67º55.1%51.96%-
HSV(B)342.67º67.5%78.43%-
XYZ28.2117.0614.9-
YUV109.81124.73192.33-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 54.20%
GREEN value IS 65 (25.78% from 255) = 17.62%
BLUE value IS 104 (41.02% from 255) = 28.18%
R=54.20%
G=17.62%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2006510400.680.480.22342.6755.151.96
HexC8416804430161573734
Octal310101150010460265276764
Binary11001000100000111010000100010011000010110101010111110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c84168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c84168; }

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

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

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

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

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

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

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

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