#C85573

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

Shades of Cabaret #C85573

Tints of Cabaret #C85573

Color information

#C85573 (or 0xC85573) is unknown color: approx Cabaret. HEX triplet: C8, 55 and 73. RGB value is (200,85,115). Sum of RGB (Red+Green+Blue) = 200+85+115=400 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50% from 400); Green value is 85 (33.59% from 255 or 21.25% from 400); Blue value is 115 (45.31% from 255 or 28.75% from 400); Max value from RGB is 200 - color contains mainly: red. Hex color #C85573 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85573 is #37AA8C. Grayscale: #7A7A7A. Windows color (decimal): -3648141 or 7558600. OLE color: 7558600.

HSL color Cylindrical-coordinate representation of color #C85573: hue angle of 344.35º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C85573 is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB20085115-
CMYK00.580.420.22
HSL344.35º51.11%55.88%-
HSV(B)344.35º57.5%78.43%-
XYZ30.1620.0118.49-
YUV122.8123.6183.06-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 50%
GREEN value IS 85 (33.59% from 255) = 21.25%
BLUE value IS 115 (45.31% from 255) = 28.75%
R=50%
G=21.25%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2008511500.580.420.22344.3551.1155.88
HexC8557303A2A161583338
Octal31012516307252265306370
Binary1100100010101011110011011101010101010110101011000110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85573; }

 p { color: rgb(200,85,115); }

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

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

 a { background-color: rgb(200,85,115); }

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

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

 span { border-color: rgb(200,85,115); }

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