#C85368

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

Shades of Cabaret #C85368

Tints of Cabaret #C85368

Color information

#C85368 (or 0xC85368) is unknown color: approx Cabaret. HEX triplet: C8, 53 and 68. RGB value is (200,83,104). Sum of RGB (Red+Green+Blue) = 200+83+104=387 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.68% from 387); Green value is 83 (32.81% from 255 or 21.45% from 387); Blue value is 104 (41.02% from 255 or 26.87% from 387); Max value from RGB is 200 - color contains mainly: red. Hex color #C85368 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85368 is #37AC97. Grayscale: #787878. Windows color (decimal): -3648664 or 6837192. OLE color: 6837192.

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

Color convert

RGB20083104-
CMYK00.580.480.22
HSL349.23º51.54%55.49%-
HSV(B)349.23º58.5%78.43%-
XYZ29.4119.4715.3-
YUV120.38118.76184.79-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 51.68%
GREEN value IS 83 (32.81% from 255) = 21.45%
BLUE value IS 104 (41.02% from 255) = 26.87%
R=51.68%
G=21.45%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2008310400.580.480.22349.2351.5455.49
HexC8536803A301615d3437
Octal31012315007260265356467
Binary1100100010100111101000011101011000010110101011101110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85368; }

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

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

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

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

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

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

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

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