#c65978

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

Shades of Cabaret #C65978

Tints of Cabaret #C65978

Color information

#C65978 (or 0xC65978) is unknown color: approx Cabaret. HEX triplet: C6, 59 and 78. RGB value is (198,89,120). Sum of RGB (Red+Green+Blue) = 198+89+120=407 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.65% from 407); Green value is 89 (35.16% from 255 or 21.87% from 407); Blue value is 120 (47.27% from 255 or 29.48% from 407); Max value from RGB is 198 - color contains mainly: red. Hex color #C65978 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65978 is #39A687. Grayscale: #7D7D7D. Windows color (decimal): -3778184 or 7887302. OLE color: 7887302.

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

Color convert

RGB19889120-
CMYK00.550.390.22
HSL342.94º48.88%56.27%-
HSV(B)342.94º55.05%77.65%-
XYZ30.2520.5120.13-
YUV125.12125.11179.98-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 48.65%
GREEN value IS 89 (35.16% from 255) = 21.87%
BLUE value IS 120 (47.27% from 255) = 29.48%
R=48.65%
G=21.87%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1988912000.550.390.22342.9448.8856.27
HexC6597803727161573138
Octal30613117006747265276170
Binary1100011010110011111000011011110011110110101010111110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c65978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c65978; }

 p { color: rgb(198,89,120); }

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

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

 a { background-color: rgb(198,89,120); }

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

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

 span { border-color: rgb(198,89,120); }

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