#C85C7C

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

Shades of Cabaret #C85C7C

Tints of Cabaret #C85C7C

Color information

#C85C7C (or 0xC85C7C) is unknown color: approx Cabaret. HEX triplet: C8, 5C and 7C. RGB value is (200,92,124). Sum of RGB (Red+Green+Blue) = 200+92+124=416 (55% of max value = 765). Red value is 200 (78.52% from 255 or 48.08% from 416); Green value is 92 (36.33% from 255 or 22.12% from 416); Blue value is 124 (48.83% from 255 or 29.81% from 416); Max value from RGB is 200 - color contains mainly: red. Hex color #C85C7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85C7C is #37A383. Grayscale: #7F7F7F. Windows color (decimal): -3646340 or 8150216. OLE color: 8150216.

HSL color Cylindrical-coordinate representation of color #C85C7C: hue angle of 342.22º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C85C7C is Cyan = 0, Magento = 0.54, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB20092124-
CMYK00.540.380.22
HSL342.22º49.54%57.25%-
HSV(B)342.22º54%78.43%-
XYZ31.2821.3921.55-
YUV127.94125.78179.4-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.08%
GREEN value IS 92 (36.33% from 255) = 22.12%
BLUE value IS 124 (48.83% from 255) = 29.81%
R=48.08%
G=22.12%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2009212400.540.380.22342.2249.5457.25
HexC85C7C03626161563239
Octal31013417406646265266271
Binary1100100010111001111100011011010011010110101010110110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85C7C; }

 p { color: rgb(200,92,124); }

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

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

 a { background-color: rgb(200,92,124); }

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

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

 span { border-color: rgb(200,92,124); }

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