#C6577D

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

Shades of Cabaret #C6577D

Tints of Cabaret #C6577D

Color information

#C6577D (or 0xC6577D) is unknown color: approx Cabaret. HEX triplet: C6, 57 and 7D. RGB value is (198,87,125). Sum of RGB (Red+Green+Blue) = 198+87+125=410 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.29% from 410); Green value is 87 (34.38% from 255 or 21.22% from 410); Blue value is 125 (49.22% from 255 or 30.49% from 410); Max value from RGB is 198 - color contains mainly: red. Hex color #C6577D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6577D is #39A882. Grayscale: #7C7C7C. Windows color (decimal): -3778691 or 8214470. OLE color: 8214470.

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

Color convert

RGB19887125-
CMYK00.560.370.22
HSL339.46º49.33%55.88%-
HSV(B)339.46º56.06%77.65%-
XYZ30.420.321.72-
YUV124.52128.27180.41-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 48.29%
GREEN value IS 87 (34.38% from 255) = 21.22%
BLUE value IS 125 (49.22% from 255) = 30.49%
R=48.29%
G=21.22%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.37
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1988712500.560.370.22339.4649.3355.88
HexC6577D03825161533138
Octal30612717507045265236170
Binary1100011010101111111101011100010010110110101010011110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6577D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6577D; }

 p { color: rgb(198,87,125); }

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

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

 a { background-color: rgb(198,87,125); }

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

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

 span { border-color: rgb(198,87,125); }

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